https://github.com/sdd/serverless-dynalite
Serverless plugin to run Dynalite locally (No JVM needed!) to handle DynamoDB development. Can watch for table config changes.
https://github.com/sdd/serverless-dynalite
dynalite dynamodb serverless serverless-offline serverless-plugin
Last synced: about 1 month ago
JSON representation
Serverless plugin to run Dynalite locally (No JVM needed!) to handle DynamoDB development. Can watch for table config changes.
- Host: GitHub
- URL: https://github.com/sdd/serverless-dynalite
- Owner: sdd
- License: mit
- Created: 2017-04-16T19:42:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:41:54.000Z (over 1 year ago)
- Last Synced: 2025-04-10T07:57:16.839Z (about 1 month ago)
- Topics: dynalite, dynamodb, serverless, serverless-offline, serverless-plugin
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 23
- Watchers: 2
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 start
```to start dynalite with the tables specified in serverless.yml. Or:
```
serverless dynalite watch
```to listen for changes to the serverless.yml file and add tables accordingly
## Options:
* -p `port` to specify the port (optional, defaults to 4567)
* -d `dir` to 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