SQS Quickstart¶
Event handler for Amazon SQS Events.
Features¶
- Automatically convert JSON from message body
 - Automatically flatten message attributes
 - Able to message body against a JSON Schema
 - Assign Data Classes to records instead of getting record objects
 
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 7 8  |  | 
1 2 3 4 5 6 7 8 9  |  |