Module aws_lambda_events::event::sns
source · Expand description
AWS Lambda event definitions for SNS.
Structs
- Structured metadata items (such as timestamps, geospatial data, signatures, and identifiers) about the message.
- The
Eventnotification event handled by Lambda - An alternate
Eventnotification event to use alongsideSnsRecordObj<T>andSnsMessageObj<T>if you want to deserialize an object inside your SNS messages rather than getting anOption<String>message - SnsMessage stores information about each record of a SNS event
- Alternate version of
SnsMessageto use in conjunction withSnsEventObj<T>andSnsRecordObj<T>for deserializing the message into a struct of typeT - SnsRecord stores information about each record of a SNS event
- Alternative to
SnsRecord, used alongsideSnsEventObj<T>andSnsMessageObj<T>when deserializing nested objects from within SNS messages)