Skip to content

sdd/serverless-dynalite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Serverless plugin to run Dynalite locally (No JVM needed!) to handle DynamoDB development. Can watch for table config changes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published