Type hints for boto3 Lambda service in Python code.
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; client: LambdaClient = boto3.client('lambda')"$ python -c "from mypy_boto3_lambda.client import LambdaClient; help(LambdaClient.invoke)"$ mypy --strict my_lambda_handler.py$ python -c "from mypy_boto3_lambda.type_defs import InvocationTypeType; print(InvocationTypeType)"$ python -c "from mypy_boto3_lambda.type_defs import InvokeResponseTypeDef; response: InvokeResponseTypeDef = client.invoke()"