1.0.0 • Published 6 years ago

dynamodb-quick v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

dynamodb-quick

Creates a table in dynamoDB from a supplied JSON file conforming to the format of the dynamoDB describe table response. The AWS CLI seems to not accept the same JSON that dynamoDB pumps out, this does.

Example use:

Create a dynamoDB table in the local dynamodb:

 dynamodb-quick-table  ./TableDescription.json --region eu-west-1 --endpoint http://localhost:8000

Install

This operates as a CLI, install via npm:

npm install -g dynamodb-quick

Use case:

I use this to stand up local development environments in docker containers, this CLI is used to create the tables on the dynamoDB container.