Type annotations for boto3 AWS SDK to enable IDE autocomplete and type checking.
Type annotations for boto3 1.42.69 generated with mypy-boto3-builder 8.12.0
$ python -c "import boto3; s3 = boto3.client('s3'); s3." # Ctrl+Space in IDE$ python -c "from mypy_boto3_dynamodb import DynamoDBClient; client: DynamoDBClient"$ mypy your_aws_script.py --strict$ python -c "from mypy_boto3_ec2.client import EC2Client; ec2: EC2Client = boto3.client('ec2')"$ pip show boto3-stubs && python -c "import boto3; print(dir(boto3.client('s3')))"