|
| 1 | +{ |
| 2 | + "Records": [ |
| 3 | + { |
| 4 | + "messageId": "059f36b4-87a3-44ab-83d2-661975830a7d", |
| 5 | + "receiptHandle": "AQEBwJnKyrHigUMZj6rYigCgxlaS3SLy0a...", |
| 6 | + "body": "{\"name\": \"John Doe\", \"age\": 30}", |
| 7 | + "attributes": { |
| 8 | + "ApproximateReceiveCount": "1", |
| 9 | + "SentTimestamp": "1545082649183", |
| 10 | + "SenderId": "AIDAIENQZJOLO23YVJ4VO", |
| 11 | + "ApproximateFirstReceiveTimestamp": "1545082649185" |
| 12 | + }, |
| 13 | + "messageAttributes": { |
| 14 | + "testAttr": { |
| 15 | + "stringValue": "100", |
| 16 | + "binaryValue": "base64Str", |
| 17 | + "dataType": "Number" |
| 18 | + } |
| 19 | + }, |
| 20 | + "md5OfBody": "e4e68fb7bd0e697a0ae8f1bb342846b3", |
| 21 | + "eventSource": "aws:sqs", |
| 22 | + "eventSourceARN": "arn:aws:sqs:us-east-2:123456789012:my-queue", |
| 23 | + "awsRegion": "us-east-2" |
| 24 | + }, |
| 25 | + { |
| 26 | + "messageId": "2e1424d4-f796-459a-8184-9c92662be6da", |
| 27 | + "receiptHandle": "AQEBzWwaftRI0KuVm4tP+/7q1rGgNqicHq...", |
| 28 | + "body": "{\"name\": \"foo\", \"age\": 10}", |
| 29 | + "attributes": { |
| 30 | + "ApproximateReceiveCount": "1", |
| 31 | + "SentTimestamp": "1545082650636", |
| 32 | + "SenderId": "AIDAIENQZJOLO23YVJ4VO", |
| 33 | + "ApproximateFirstReceiveTimestamp": "1545082650649", |
| 34 | + "DeadLetterQueueSourceArn": "arn:aws:sqs:us-east-2:123456789012:my-queue-dead" |
| 35 | + }, |
| 36 | + "messageAttributes": {}, |
| 37 | + "md5OfBody": "e4e68fb7bd0e697a0ae8f1bb342846b3", |
| 38 | + "eventSource": "aws:sqs", |
| 39 | + "eventSourceARN": "arn:aws:sqs:us-east-2:123456789012:my-queue", |
| 40 | + "awsRegion": "us-east-2" |
| 41 | + } |
| 42 | + ] |
| 43 | +} |
0 commit comments