S3 Quickstart
Event handler for Amazon S3 Bucket Events.
Features
- Automatically convert JSON files to JSON objects
- Automatically convert CSV files to JSON objects
- Only run on certain S3 operations, like on when items are created, updated or deleted
- Able to validate S3 record against a JSON Schema
- Assign Data Classes to records instead of getting raw S3 JSON objects
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.