forked from awsdocs/aws-lambda-developer-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent.json-e
More file actions
39 lines (39 loc) · 1.36 KB
/
event.json-e
File metadata and controls
39 lines (39 loc) · 1.36 KB
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
31
32
33
34
35
36
37
38
39
{
"Records": [
{
"awsRegion": "us-east-2",
"eventName": "ObjectCreated:Put",
"eventSource": "aws:s3",
"eventTime": "2020-03-08T00:30:12.456Z",
"eventVersion": "2.1",
"requestParameters": {
"sourceIPAddress": "174.255.255.156"
},
"responseElements": {
"xAmzId2": "nBbLJPAHhdvxmplPvtCgTrWCqf/KtonyV93l9rcoMLeIWJxpS9x9P8u01+Tj0OdbAoGs+VGvEvWl/Sg1NW5uEsVO25Laq7L",
"xAmzRequestId": "AF2D7AB6002E898D"
},
"s3": {
"configurationId": "682bbb7a-xmpl-48ca-94b1-7f77c4d6dbf0",
"bucket": {
"name": "BUCKET_NAME",
"ownerIdentity": {
"principalId": "A3XMPLFAF2AI3E"
},
"arn": "arn:aws:s3:::BUCKET_NAME"
},
"object": {
"key": "inbound/sample-s3-java.png",
"size": 21476,
"eTag": "d132690b6c65b6d1629721dcfb49b883",
"versionId": "",
"sequencer": "005E64A65DF093B26D"
},
"s3SchemaVersion": "1.0"
},
"userIdentity": {
"principalId": "AWS:AIDAINPONIXMPLT3IKHL2"
}
}
]
}