Available on crate feature
sns only.Expand description
AWS Lambda event definitions for SNS.
Structsยง
- Cloud
Watch Alarm Payload - Cloud
Watch Alarm Trigger - Cloud
Watch Dimension - Cloud
Watch Metric - Cloud
Watch Metric Data Query - Cloud
Watch Metric Stat - Message
Attribute - Structured metadata items (such as timestamps, geospatial data, signatures, and identifiers) about the message.
- SnsEvent
- The
Eventnotification event handled by Lambda - SnsEvent
Obj - 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
- SnsMessage stores information about each record of a SNS event
- SnsMessage
Obj - Alternate version of
SnsMessageto use in conjunction withSnsEventObj<T>andSnsRecordObj<T>for deserializing the message into a struct of typeT - SnsRecord
- SnsRecord stores information about each record of a SNS event
- SnsRecord
Obj - Alternative to
SnsRecord, used alongsideSnsEventObj<T>andSnsMessageObj<T>when deserializing nested objects from within SNS messages)