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

Commit

Permalink
Setup trigger to start at latest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jpignata committed Dec 5, 2016
1 parent fc29f22 commit 4182cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Visitors to your website who are interested in participating in your beta progra
1. Click the **Create trigger** button and select **New function**.
1. Select **Wildrydes_Emails** from **DynamoDB table**.
1. Enter *1* for **Batch Size**.
1. Select **Trim Horizon** from **Starting position**. This will instruct AWS Lambda to start processing records at the beginning of the stream.
1. Select **Latest** from **Starting position**. This will instruct AWS Lambda to start processing records from the end of the stream.
1. Check the **Enable trigger** checkbox.

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

0 comments on commit 4182cba

Please sign in to comment.