Skip to content

Instantly share code, notes, and snippets.

@antklim
Created January 20, 2021 01:46
Show Gist options
  • Select an option

  • Save antklim/909272deef3b14aff49aefa31c8cd8cc to your computer and use it in GitHub Desktop.

Select an option

Save antklim/909272deef3b14aff49aefa31c8cd8cc to your computer and use it in GitHub Desktop.
{
"Records": [
{
"messageId": "19dd0b57-b21e-4ac1-bd88-01bbb068cb78",
"receiptHandle": "MessageReceiptHandle",
"body": "Hello from SQS!",
"attributes": {
"ApproximateReceiveCount": "1",
"SentTimestamp": "1523232000000",
"SenderId": "123456789012",
"ApproximateFirstReceiveTimestamp": "1523232000001"
},
"messageAttributes": {},
"md5OfBody": "7b270e59b47ff90a553787216d55d91d",
"eventSource": "aws:sqs",
"eventSourceARN": "arn:aws:sqs:us-east-1:123456789012:MyQueue",
"awsRegion": "us-east-1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment