cdk-dynamo-stream-to-event-bridge
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

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.

Dependencies (1)

Dev Dependencies (19)

Package Sidebar

Install

npm i cdk-dynamo-stream-to-event-bridge

Weekly Downloads

159

Version

2.0.4

License

MIT

Unpacked Size

3.35 MB

Total Files

20

Last publish

Collaborators

  • alan-cooney