Package Exports
- serverless-dynalite
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-dynalite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
serverless-dynalite
A Serverless plugin to run Dynalite locally to handle DynamoDB development. Can watch for table config changes.
Integrates with serverless-offline. Also works without serverless-offline by running
serverless dynalite startto start dynalite with the tables specified in serverless.yml. Or:
serverless dynalite watchto listen for changes to the serverless.yml file and add tables accordingly
Options:
- -p
portto specify the port (optional, defaults to 4567) - -d
dirto create a dynalite db file instead of using the in-memory store (optional)
Something missing? More documentation? All PRs welcome at https://github.com/sdd/serverless-dynalite