Type hints for boto3 CloudFormation service in Python
Type annotations for boto3 CloudFormation 1.42.3 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_cloudformation.client import CloudFormationClient"$ mypy your_script.py # after installing mypy-boto3-cloudformation$ python -c "from mypy_boto3_cloudformation.type_defs import CreateStackInputRequestTypeDef"$ python -c "import boto3; client = boto3.client('cloudformation')"$ mypy --strict your_cloudformation_script.py