EventBridge Pipe to connect DynamoDB Stream directly into EventBridge bus
EventBridge Pipe used to connect DynamoDB stream (new and old images) directly into EventBridge with custom source and detail-type
Why use this pattern?
Use events from DynamoDB to trigger EventBridge events directly, you can use TargetParameters to define what source and detail-type you want to specify
This can be a great pattern to raise business events when information changes in your database, and have downstream consumers react to these changes
This example raises an event anytime a Users details are changed or added to the database and a custom `UserDetailsChanged` event is raised