Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

DynamoDB Stream to Step Functions

Created with SnapAmazon DynamoDBAmazon EventBridge PipeAWS Step FunctionsStreamTrigger workflow

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 Visit the GitHub repo for this pattern.

Download

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 .

Presented by Sai Katakam

AWS Cloud Consultant

Follow on LinkedIn