You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Record your Lambda function's name and region! You'll need them later**.
@@ -306,14 +303,11 @@ Next, add configure notifications on the source bucket to request Amazon S3 to p
306
303
1. Open the [Amazon S3 console](https://console.aws.amazon.com/s3).
307
304
2. Choose the source bucket.
308
305
3. Choose **Properties**.
309
-

310
306
4. Scroll down, click **Events**, and configure a notification with the following settings.
311
-

312
307
- Set **Name** to **`lambda-trigger`**.
313
308
- Set **Events** to **`ObjectCreate (All)`**.
314
309
- Set **Send to** to **`Lambda function`**.
315
310
- Set **Lambda** to **Your Lambda Function Name**.
316
-

317
311
318
312
For more information on event configuration, see [Enabling Event Notifications](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/enable-event-notifications.html) in the _Amazon Simple Storage Service Console User Guide_.
0 commit comments