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 SqsEvent to be used alongside SqsMessageObj<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
  • An individual SQS Message, its metadata, and Message Attributes
  • Alternative to SqsMessage to be used alongside SqsEventObj<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