-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecords.json
More file actions
31 lines (30 loc) · 790 Bytes
/
records.json
File metadata and controls
31 lines (30 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"Records":[
{
"eventID":"1",
"eventName":"INSERT",
"eventVersion":"1.0",
"eventSource":"aws:dynamodb",
"awsRegion":"eu-west-1",
"dynamodb":{
"Keys":{
"Id":{
"N":"101"
}
},
"NewImage":{
"email":{
"S":"testa@stest.com"
},
"Id":{
"N":"101"
}
},
"SequenceNumber":"111",
"SizeBytes":26,
"StreamViewType":"NEW_IMAGES"
},
"eventSourceARN":"arn:aws:dynamodb:eu-west-1:511186633739:table/lambda-invocations-test-DynamoDBTable-1M34JNX8SQDOA/stream/2022-01-16T18:04:50.665"
}
]
}