Skip to main content

python-aws-dataclasses

Project description

Python-AWS-Dataclasses [WIP]

Codecov GitHub PyPI PyPI - Python Version

Python-AWS-Dataclasses provides data-classes for AWS lambda events and other AWS data. The dataclasses are type-annotated, as to allow for full IDE (code completion / IntelliSense) support.

Quickstart

Installation

# using pip
pip install python-aws-dataclasses
# or using pipenv
pipenv install python-aws-dataclasses.git

Usage

Assuming you have a dict of some AWS event (e.g. events passed into your lambda_handler) use the from_event()-method and access the objects via the dot-notation.

def lambda_handler(event, context):
  # Example 1: Lambda asynchronously invoked via SNS
  sns_event = SnsEvent.from_event(event)
  print(sns_event.first_record.sns.message)

  # Example 2: Lambda asynchronously invoked via S3-Event
  s3_event = S3Event.from_event(event)
  print(s3_event.first_record.s3.bucket.name)

Contribution

Everyone is free to contribute and submit Pull-Requests.

Misc

Test using tox

tox

Test using setup.py

python setup.py test

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

python-aws-dataclasses-0.4.5.tar.gz (31.1 kB view details)

Uploaded Source

Built Distribution

python_aws_dataclasses-0.4.5-py3-none-any.whl (42.0 kB view details)

Uploaded Python 3

File details

Details for the file python-aws-dataclasses-0.4.5.tar.gz.

File metadata

File hashes

Hashes for python-aws-dataclasses-0.4.5.tar.gz
Algorithm Hash digest
SHA256 0be8a8209a304f3ecdb1979c21736b19a398bb0e859f3d09c5bafbb9cbe8f323
MD5 52bcd825d584fcbfa981daf122505f84
BLAKE2b-256 80d9c13344aac2f290eba0546564539091e7e7cb837008794ebaa4a274be4c16

See more details on using hashes here.

File details

Details for the file python_aws_dataclasses-0.4.5-py3-none-any.whl.

File metadata

File hashes

Hashes for python_aws_dataclasses-0.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2c2d602fba641ec518095b279ea800dc98edaaf702fe8fd310d55608028b1a6e
MD5 f74662c48e9ff4ee6491590f3c203137
BLAKE2b-256 3d22e837f70af97759e81969cce614f28404f13527e5636f66a6aeec6221f88e

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