Type definitions for AWS Lambda events using Python type hinting.
Project description
aws-lambda-py-types
Type definitions for AWS Lambda events using Python type hinting.
A Simple Example
from aws_lambda_types.sns import SNSEventDict
def lambda_handler(event: SNSEventDict, context):
message = event["Records"][0]["Sns"]["Message"]
print("From SNS: " + message)
return message
Useful documentation
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
File details
Details for the file aws-lambda-types-0.2.1.tar.gz
.
File metadata
- Download URL: aws-lambda-types-0.2.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.7 Linux/5.4.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a68aeda950714e0d01d58393d33e674b2d98b13657fdf13863435571c1fb7dfe |
|
MD5 | fb7b6f98b51b6ba3eb4b38eb8990b6b0 |
|
BLAKE2b-256 | 779deff6535a8ed978309902f1e2097f85f1a352f507b0edc74ddbbf11bff059 |
File details
Details for the file aws_lambda_types-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: aws_lambda_types-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.7 Linux/5.4.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a458423f8a188ab1eac682525282e51fa9d68af684bdeec7711934f37c6b600 |
|
MD5 | 1759f7a49aa044a10b6f8f5f763ae216 |
|
BLAKE2b-256 | 62066f10a122c28b9940bcec785a436bdaa398f12d0930d02ef2b5409e7f2b73 |