Skip to content

Commit f5f365a

Browse files
committed
Updated README.md
1 parent 40ec665 commit f5f365a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

awslambdas3move-capi/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,9 @@ It handles an AWS Lambda function that moves an object when it appears in a S3 b
8888
* Runtime: `Python 3.8`
8989
* Handler: `lambda_function.lambda_handler`
9090
* Role: `Role-my-buckets`
91-
* The triggers:
92-
* `S3`
93-
* Bucket: `<BUCKET_NAME>`
94-
* Event type: `ObjectCreated`
95-
* Enable trigger: `Yes`
91+
* Runtime Settings for the lambda function:
92+
* Memory (MB): `1024`
93+
* Timeout: `10 sec`
9694
* The resources that the function's role has access to:
9795
* `Amazon CloudWatch`
9896
* `Amazon CloudWatch Logs`
@@ -101,9 +99,11 @@ It handles an AWS Lambda function that moves an object when it appears in a S3 b
10199
* `s3:GetObject` --> `Allow: arn:aws:s3:::sourcebucket/*`
102100
* `s3:DeleteObject` --> `Allow: arn:aws:s3:::sourcebucket/*`
103101
* `s3:PutObject` --> `Allow: arn:aws:s3:::targetbucket/*`
104-
* Basic Settings for the lambda function:
105-
* Memory (MB): `1024`
106-
* Timeout: `10 sec`
102+
* The triggers:
103+
* `S3`
104+
* Bucket: `<BUCKET_NAME>`
105+
* Event type: `ObjectCreated`
106+
* Enable trigger: `Yes`
107107

108108
* Create the AWS Lambda environment variable `TARGET_BUCKET` and set its value to the name of your target bucket.
109109

0 commit comments

Comments
 (0)