How to Trigger an AWS Lambda Function from a DynamoDB Stream Event
In this post, we are going to use the AWS CDK to build an AWS Lambda Function that triggers from DynamoDB Stream Events.
All of the code can be found in this repository.
Setup
We need to run a few commands to set up our CDK app.
mkdir how-to-trigger-...
blog.alexkates.dev3 min read