DynamoDB Quickstart
Event handler for Amazon DynamoDB Stream Events.
Features
- Automatically convert DynamoDB JSON dict to standard JSON dict
- Only run on certain DynamoDB operations; i.e. when items are created, updated or deleted
- Able to validate DynamoDB record against a JSON Schema
- Assign Data Classes to records instead of getting DynamoDB JSON dicts
Installation
| $ pip install acai_aws
# pipenv install acai_aws
# poetry add acai_aws
|
Minimal Setup
After installation, create a handler file and configure the AWS lambda to use that file as its handler.