First version of lambda config put object
This commit is contained in:
38
lambda_config/test.json
Normal file
38
lambda_config/test.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"Records": [
|
||||
{
|
||||
"eventVersion": "2.1",
|
||||
"eventSource": "aws:s3",
|
||||
"awsRegion": "eu-west-1",
|
||||
"eventTime": "2024-04-25T09:20:47.735Z",
|
||||
"eventName": "ObjectCreated:Put",
|
||||
"userIdentity": {
|
||||
"principalId": "AWS:AIDA4HZZTH2GIL7SGDHDP"
|
||||
},
|
||||
"requestParameters": {
|
||||
"sourceIPAddress": "93.44.141.63"
|
||||
},
|
||||
"responseElements": {
|
||||
"x-amz-request-id": "PKAA3E505JRZ6RD5",
|
||||
"x-amz-id-2": "JS2xXacUSZPbV5zC73sizKo5A0Am1qxadYy+KiAN4j5qSC89U5HueSXWMUWjHDdPryNBntkthWxfnKZSRznWucX0knBUkUfx"
|
||||
},
|
||||
"s3": {
|
||||
"s3SchemaVersion": "1.0",
|
||||
"configurationId": "tf-s3-lambda-20240425091712738000000001",
|
||||
"bucket": {
|
||||
"name": "standout-data",
|
||||
"ownerIdentity": {
|
||||
"principalId": "A37RIV9ZNURQAX"
|
||||
},
|
||||
"arn": "arn:aws:s3:::standout-data"
|
||||
},
|
||||
"object": {
|
||||
"key": "customer1/tag1/face2/file.txt",
|
||||
"size": 2844326,
|
||||
"eTag": "7039e5338840f289d0510dc9149bf0b5",
|
||||
"sequencer": "00662A206F99CD2E09"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user