Amazon DynamoDB Stream to AWS Step Functions

Amazon DynamoDB → Amazon EventBridge Pipe → AWS Step Functions

Invoke a Step Functions workflow from a DynamoDB stream

This sample project demonstrates how to invoke an AWS Step Functions state machine from DynamoDB Stream without using Lambda.
This pattern deploys one Step Functions workflow, one DynamoDB table with a stream enabled and one EventBridge Pipe connection.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/eventbridge-pipes-ddbstream-sfn

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: aws cloudformation delete-stack --stack-name STACK_NAME .

Created by:

Sai Katakam

AWS Cloud Consultant

Follow on LinkedIn