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

2.0.2 • 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.

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

34

Version

2.0.2

License

MIT

Unpacked Size

23.6 kB

Total Files

17

Last publish

Collaborators

  • alan-cooney