Amazon SQS · Example Payload

Amazon Sqs Message Example

CloudDistributed SystemsMessagingMicroservicesQueue

Amazon Sqs Message Example is an example object payload from Amazon SQS, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

MessageIdReceiptHandleMD5OfBodyBodyAttributeMessageAttribute

Example Payload

Raw ↑
{
  "MessageId": "500123",
  "ReceiptHandle": "example_value",
  "MD5OfBody": "example_value",
  "Body": "example_value",
  "Attribute": [],
  "MessageAttribute": []
}