Type annotations for boto3 Lambda service in Python
Type annotations for boto3 Lambda 1.42.37 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_lambda import LambdaClient; print('Type hints available')"$ python -c "from mypy_boto3_lambda.client import LambdaClient; help(LambdaClient.invoke)"$ mypy --strict your_lambda_script.py