We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f74e4 commit 2e25d96Copy full SHA for 2e25d96
doc_source/with-s3-example.md
@@ -304,7 +304,7 @@ This procedure configures the bucket to invoke your function every time an objec
304
305
1. Under **Events**, configure a notification with the following settings\.
306
+ **Name** – **lambda\-trigger**\.
307
- + **Events** – **ObjectCreate \(All\)**\.
+ + **Events** – **All object create events**\.
308
+ **Send to** – **Lambda function**\.
309
+ **Lambda** – **CreateThumbnail**\.
310
@@ -318,4 +318,4 @@ Now you can test the setup as follows:
318
319
1. Verify that the thumbnail was created in the target bucket using the `CreateThumbnail` function\.
320
321
-1. View logs in the CloudWatch console\.
+1. View logs in the CloudWatch console\.
0 commit comments