Skip to content

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Contributors 4

  •  
  •  
  •  
  •