Amazon DynamoDB Streams to AWS Lambda to Amazon EventBridge
Amazon DynamoDB → AWS Lambda → Amazon EventBridge
Send DynamoDB changes to EventBridge via Lambda.
The changes are sent to a stream when items are written in a DynamoDB table. This pattern configures a Lambda function to poll this stream. The function is invoked with a payload containing the table item that has been inserted. The Lambda function will then emit an event to Amazon EventBridge.