Kinesis Quickstart¶
Event handler for Amazon Kinesis Stream Events.
Features¶
- Automatically decode kinesis base 64 string into dict (or whatever the decode thing is)
- Able to validate Kinesis record against a JSON Schema
- Assign Data Classes to records instead of getting Kinesis JSON dicts
Installation¶
1 2 3 |
|
Minimal Setup¶
After installation, create a handler file and configure the AWS lambda to use that file as its handler.
1 2 3 4 5 6 |
|
1 2 3 4 5 6 7 8 9 10 |
|