Created
January 20, 2021 01:46
-
-
Save antklim/909272deef3b14aff49aefa31c8cd8cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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