Skip to content

skyhookadventure/cdk-dynamo-stream-to-event-bridge

Repository files navigation

cdk-dynamo-stream-to-event-bridge

Built with typescript

Stream events from Dynamo DB to EventBridge.

Use

new DynamoStreamToEventBridge(scope, 'streamTodoTable', {
  table: TodoTable,
  eventPrefix: 'EventPrefix', // e.g. Todo for events with DetailType set as TodoCreate/TodoUpdate/TodoDelete
});

Built by Skyhook

This module is contributed by the team at Skyhook.

About

Stream events from Dynamo DB to EventBridge, with 3 lines of CDK code

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors