Mypy-friendly boto3 type annotations for lambda service.
Project description
Mypy-boto3 lambda submodule
Provides type annotations for boto3 lambda service
Installation
pip install mypy-boto3[lambda]
Usage
import boto3
from mypy_boto3.lambda_ import Client, ServiceResource
client: Client = boto3.client("lambda")
resource: ServiceResource = boto3.resource("lambda")
# now your IDE can suggest you method and arguments names
# and mypy can check types
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
Close
Hashes for mypy_boto3_lambda-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d960a555f71d45f371ec4fe592233dc3b2d64e2891f00b280bfe71cf34567498 |
|
MD5 | 48f86488288125f72f1cdba398fc683d |
|
BLAKE2b-256 | a3879c2f19cfc760f2f03781ea4530dac44a1d75f58797a1ffc4276153da6552 |