AWS DynamoDB Streams With Lambda
In this article we’ll look at how we can use AWS DynamoDB streams to trigger a Lambda function when we insert data into a DynamoDB table. We’ll take a look at a real world example of a users table where we add additional data to the table on an insert action.
Continue reading