forked from aws-powertools/powertools-lambda-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqs_message.json
More file actions
22 lines (21 loc) · 735 Bytes
/
sqs_message.json
File metadata and controls
22 lines (21 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"Records": [
{
"messageId": "d9144555-9a4f-4ec3-99a0-fc4e625a8db2",
"receiptHandle": "7kam5bfzbDsjtcjElvhSbxeLJbeey3A==",
"body": "{\n \"Message\": \"{\\n \\\"id\\\": 43242,\\n \\\"name\\\": \\\"FooBar XY\\\",\\n \\\"price\\\": 258\\n}\"}",
"attributes": {
"ApproximateReceiveCount": "1",
"SentTimestamp": "1601975709495",
"SenderId": "AROAIFU457DVZ5L2J53F2",
"ApproximateFirstReceiveTimestamp": "1601975709499"
},
"messageAttributes": {
},
"md5OfBody": "0f96e88a291edb4429f2f7b9fdc3df96",
"eventSource": "aws:sqs",
"eventSourceARN": "arn:aws:sqs:eu-central-1:123456789012:TestLambda",
"awsRegion": "eu-central-1"
}
]
}