Available on crate feature
sqs only.Expand description
AWS Lambda event definitions for SQS.
Structsยง
- Batch
Item Failure - SqsApi
Event - The Event sent to Lambda from SQS API. Contains 1 or more individual SQS Messages
- SqsApi
Event Obj - The Event sent to Lambda from the SQS API. Contains 1 or more individual SQS Messages
- SqsApi
Message - An individual SQS API Message, its metadata, and Message Attributes
- SqsApi
Message Obj - Alternative to SqsApiEvent to be used alongside
SqsApiMessageObj<T>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 - SqsBatch
Response - SqsEvent
- The Event sent to Lambda from SQS. Contains 1 or more individual SQS Messages
- SqsEvent
Obj - 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 - SqsMessage
- An individual SQS Message, its metadata, and Message Attributes
- SqsMessage
Attribute - SqsMessage
Obj - 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