mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-20 04:34:12 -04:00
🛌 Commit progress before sleep break
This commit is contained in:
parent
119cc7f62c
commit
585ee80f5d
319 changed files with 29 additions and 23 deletions
20
code/aws/lambda-function/sqs-sns_example/event.json
Normal file
20
code/aws/lambda-function/sqs-sns_example/event.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"Records": [
|
||||
{
|
||||
"attributes": {
|
||||
"ApproximateFirstReceiveTimestamp": "XXXXXXXXXXXXXXXXXXX",
|
||||
"ApproximateReceiveCount": "1",
|
||||
"SenderId": "XXXXXXXXXXXXXXXXXXX",
|
||||
"SentTimestamp": "1543318636000"
|
||||
},
|
||||
"awsRegion": "us-west-1",
|
||||
"body": "{'clipId': '5bc67ace8e9c352780437d2c','retryTimestamps': [],'cameraId': '582356e81ee905c72145623e','startTimestampInMs': '1543318156000','endTimestampInMs': '1543318636000'}",
|
||||
"eventSource": "aws:sqs",
|
||||
"eventSourceARN": "XXXXXXXXXXXXXXXXXXX",
|
||||
"md5OfBody": "XXXXXXXXXXXXXXXXXXX",
|
||||
"messageAttributes": {},
|
||||
"messageId": "XXXXXXXXXXXXXXXXXXX",
|
||||
"receiptHandle": "XXXXXXXXXXXXXXXXXXX"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue