Skip to content

Conversation

@stavros-wb
Copy link

@stavros-wb stavros-wb commented Feb 20, 2018

Hello,

This PR changes the /test/bin/dynamodb-local script to:
• Don't download the latest dynamodb executable every time
• Optionally pass in a data dir for dynamodb

This provides an easy way to start the local dynamodb (for dev and testing). A dependent project can easily wrap this and use it for starting a local DB

e.g.

"scripts" : {
  "dynamodb:local": "./node_modules/dynamodb/test/bin/dynamodb-local ./.data"
}

  • Don't download newest dynamodb executable every time
  • Optionally pass in data dir for dynamodb
@baseprime baseprime closed this Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants