Expand description

AWS Lambda event definitions for SNS.

Structs

  • Structured metadata items (such as timestamps, geospatial data, signatures, and identifiers) about the message.
  • The Event notification event handled by Lambda
  • An alternate Event notification event to use alongside SnsRecordObj<T> and SnsMessageObj<T> if you want to deserialize an object inside your SNS messages rather than getting an Option<String> message
  • SnsMessage stores information about each record of a SNS event
  • Alternate version of SnsMessage to use in conjunction with SnsEventObj<T> and SnsRecordObj<T> for deserializing the message into a struct of type T
  • SnsRecord stores information about each record of a SNS event
  • Alternative to SnsRecord, used alongside SnsEventObj<T> and SnsMessageObj<T> when deserializing nested objects from within SNS messages)