Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 4182cba

Browse files
committed
Setup trigger to start at latest
Starting at the trim horizon proved problematic in the class for participants that might have made a typo or chosen an email address that wasn't validated within SES as it would error the function and stop processing the stream.
1 parent fc29f22 commit 4182cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Visitors to your website who are interested in participating in your beta progra
307307
1. Click the **Create trigger** button and select **New function**.
308308
1. Select **Wildrydes_Emails** from **DynamoDB table**.
309309
1. Enter *1* for **Batch Size**.
310-
1. Select **Trim Horizon** from **Starting position**. This will instruct AWS Lambda to start processing records at the beginning of the stream.
310+
1. Select **Latest** from **Starting position**. This will instruct AWS Lambda to start processing records from the end of the stream.
311311
1. Check the **Enable trigger** checkbox.
312312

313313
![Configure trigger](images/lab2_configure-triggers.png)

0 commit comments

Comments
 (0)