mypy-boto3-lambda

Type annotations for boto3 Lambda service in Python

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 Lambda 1.42.37 service generated with mypy-boto3-builder 8.12.0

Examples

Import and use type hints for Lambda client in Python code$ python -c "from mypy_boto3_lambda import LambdaClient; print('Type hints available')"
Enable IDE autocompletion for Lambda service operations$ python -c "from mypy_boto3_lambda.client import LambdaClient; help(LambdaClient.invoke)"
Validate Lambda boto3 code with mypy type checking$ mypy --strict your_lambda_script.py