Skip to main content

Type definitions for AWS Lambda events using Python type hinting.

Project description

aws-lambda-py-types

Test

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

usage.gif

Useful documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-lambda-types-0.2.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

aws_lambda_types-0.2.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file aws-lambda-types-0.2.0.tar.gz.

File metadata

  • Download URL: aws-lambda-types-0.2.0.tar.gz
  • Upload date:
  • Size: 3.9 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

Hashes for aws-lambda-types-0.2.0.tar.gz
Algorithm Hash digest
SHA256 1e238e575ce6a74f5a8909fc0fa1677cab9009d4bc98506d825069afd1213561
MD5 9a78b08e9a80dd1fb326f159f23da1f3
BLAKE2b-256 1ad9b7a257d2c3e8ce06d1a28723fb089ac033a30ae62d11dfc8642f75bf3784

See more details on using hashes here.

File details

Details for the file aws_lambda_types-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: aws_lambda_types-0.2.0-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

Hashes for aws_lambda_types-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 25d1ea71126860416b16a064b3e2f6dc683342dc6afc0020b1259e49dc14d6f2
MD5 e07c1f3d93b72dd2240fd371a706798a
BLAKE2b-256 9466bafb14419e9c0ab5c21d33f1cf2c52f479f1f187be910f7677f42b4ab89c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page