@hicksy/arc-plugin-sandbox-stream

1.0.2 • Public • Published

arc-plugin-sandbox-stream

This plugin enables developers to use DynamoDB streams locally in their arc or enhance sandbox environment

Note you'll need to running DynamoDB Local and have it configured in architect, please refer to my guide.

Setup

1. Add the dependency to your project

npm install @hicksy/arc-plugin-sandbox-stream

2. Configure your project to use @tables-streams in .arc file

@tables
example
  pk *String
  sk **String

@tables-streams
example

3. Add the plugin to arc config

@plugins
hicksy/arc-plugin-sandbox-stream

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @hicksy/arc-plugin-sandbox-stream

    Weekly Downloads

    8

    Version

    1.0.2

    License

    Apache-2.0

    Unpacked Size

    7.89 kB

    Total Files

    3

    Last publish

    Collaborators

    • hicksy