Type annotations for boto3.Lambda 1.13.25 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-lambda
Type annotations for boto3.Lambda 1.13.25 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.2.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs for Lambda service.
python -m pip install boto3-stubs[lambda]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3 with mypy_boto3_lambda in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_lambda import LambdaClient
# Now mypy can check if your code is valid.
client: LambdaClient = boto3.client("lambda")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: LambdaClient = session.client("lambda")
# Waiters are also supported
import mypy_boto3_lambda.waiter as lambda_waiters
function_active_waiter: lambda_waiters.FunctionActiveWaiter = client.get_waiter("function_active")
function_exists_waiter: lambda_waiters.FunctionExistsWaiter = client.get_waiter("function_exists")
function_updated_waiter: lambda_waiters.FunctionUpdatedWaiter = client.get_waiter("function_updated")
# Annotated paginators are included as well
import mypy_boto3_lambda.paginator as lambda_paginators
list_aliases_paginator: lambda_paginators.ListAliasesPaginator = client.get_paginator("list_aliases")
list_event_source_mappings_paginator: lambda_paginators.ListEventSourceMappingsPaginator = client.get_paginator("list_event_source_mappings")
list_function_event_invoke_configs_paginator: lambda_paginators.ListFunctionEventInvokeConfigsPaginator = client.get_paginator("list_function_event_invoke_configs")
list_functions_paginator: lambda_paginators.ListFunctionsPaginator = client.get_paginator("list_functions")
list_layer_versions_paginator: lambda_paginators.ListLayerVersionsPaginator = client.get_paginator("list_layer_versions")
list_layers_paginator: lambda_paginators.ListLayersPaginator = client.get_paginator("list_layers")
list_provisioned_concurrency_configs_paginator: lambda_paginators.ListProvisionedConcurrencyConfigsPaginator = client.get_paginator("list_provisioned_concurrency_configs")
list_versions_by_function_paginator: lambda_paginators.ListVersionsByFunctionPaginator = client.get_paginator("list_versions_by_function")
Automated type discovery
mypy_boto3 package can generate index for mypy_boto3_lambda and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client and boto3.service,
boto3.Session.client and boto3.Session.resource functions,
so explicit type annotations are not needed.
mypysupports function overloads as expectedPyCharmalso supports function overloads, but consumes a lot of RAM, use carefullyVSCodedoes not currently support function overloads
Also, generated index allows you to import types from mypy_boto3:
# you can replace imports
import mypy_boto3_lambda as lambda_
from mypy_boto3_lambda import LambdaClient
# with these
from mypy_boto3 import lambda_
from mypy_boto3.lambda_ import LambdaClient
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mypy-boto3-lambda-1.13.25.0.tar.gz.
File metadata
- Download URL: mypy-boto3-lambda-1.13.25.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e00bbc2a5e0d3db5f5a57dd139e5d11186bd5949a1731b20c429eab541e9c026
|
|
| MD5 |
102319ef38acf60197a9d765f0fff589
|
|
| BLAKE2b-256 |
436b69a6b17ae9434241bb93abce34be34f5f49c784a0ad095eaadbfcd0bd37a
|
File details
Details for the file mypy_boto3_lambda-1.13.25.0-py3-none-any.whl.
File metadata
- Download URL: mypy_boto3_lambda-1.13.25.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ceb0bb94a271a18c1dcebc7f1b18c9eba1a59ba110ff2038d043e683a66abf
|
|
| MD5 |
907bf66a465c7e65c67e4d36113236d9
|
|
| BLAKE2b-256 |
401fc9d9f30a5866e43e316836975010cac9503f6a0ac0173821229f03c78863
|