DocumentDB Quickstart
Event handler for Amazon DocumentDB Stream Events.
Features
- Automatically convert DocumentDB IDs to standard strings
- Only run on certain DocumentDB operations; i.e. when documents are created, updated or deleted
- Able to validate DocumentDB document against a JSON Schema
- Assign Data Classes to records instead of getting DocumentDB BJSON 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.