Amazon EventBridge Pipes with suffix filtering

Amazon DynamoDB → EventBridge Pipes → Amazon EventBridge

Trigger EventBridge events from DynamoDB changes using EventBridge Pipes and suffix filtering.

This pattern uses EventBridge Pipes to connect a DynamoDB stream (new and old images) directly into an EventBridge bus with custom source and detail-type. Only items that match the suffix rule (.png images) are forwarded to the bus.

< 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-to-eventbridge-suffix-matching

Deploy

Deploy the stack: <code>sam deploy</code>.


Testing

See the README in the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

David Boyne

David Boyne

Helping people learn about event-driven architectures and serverless

Follow on LinkedIn