Module aws_lambda_events::event::sqs
source · Expand description
AWS Lambda event definitions for SQS.
Structs
- The Event sent to Lambda from SQS API. Contains 1 or more individual SQS Messages
- The Event sent to Lambda from the SQS API. Contains 1 or more individual SQS Messages
- An individual SQS API Message, its metadata, and Message Attributes
- Alternative to SqsApiEvent to be used alongside SqsApiMessageObj
when you need to deserialize a nested object into a struct of type T within the SQS Message rather than just using the raw SQS Message string - The Event sent to Lambda from SQS. Contains 1 or more individual SQS Messages
- Alternative to
SqsEventto be used alongsideSqsMessageObj<T>when you need to deserialize a nested object into a struct of typeTwithin the SQS Message rather than just using the raw SQS Message string - An individual SQS Message, its metadata, and Message Attributes
- Alternative to
SqsMessageto be used alongsideSqsEventObj<T>when you need to deserialize a nested object into a struct of typeTwithin the SQS Message rather than just using the raw SQS Message string