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.1.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for aws-lambda-types-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a68aeda950714e0d01d58393d33e674b2d98b13657fdf13863435571c1fb7dfe
MD5 fb7b6f98b51b6ba3eb4b38eb8990b6b0
BLAKE2b-256 779deff6535a8ed978309902f1e2097f85f1a352f507b0edc74ddbbf11bff059

See more details on using hashes here.

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

Hashes for aws_lambda_types-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5a458423f8a188ab1eac682525282e51fa9d68af684bdeec7711934f37c6b600
MD5 1759f7a49aa044a10b6f8f5f763ae216
BLAKE2b-256 62066f10a122c28b9940bcec785a436bdaa398f12d0930d02ef2b5409e7f2b73

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