mypy-boto3-cloudformation

Type hints for boto3 CloudFormation service in Python

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 CloudFormation 1.42.3 service generated with mypy-boto3-builder 8.12.0

Examples

get autocomplete for cloudformation in python IDE$ python -c "from mypy_boto3_cloudformation.client import CloudFormationClient"
enable type checking for cloudformation boto3 code$ mypy your_script.py # after installing mypy-boto3-cloudformation
use type hints for cloudformation resources$ python -c "from mypy_boto3_cloudformation.type_defs import CreateStackInputRequestTypeDef"
improve IDE intellisense for cloudformation operations$ python -c "import boto3; client = boto3.client('cloudformation')"
validate cloudformation boto3 method signatures$ mypy --strict your_cloudformation_script.py