1.0.1 • Published 3 years ago

aws-dynamodb-migrator v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

aws-dynamodb-migrator-js

Quick and easy migration for AWS DynamoDB (local development)

Getting Started

  • Install aws-dynamodb-migrator
npm install -g aws-dynamodb-migrator
  • Start DynamoDB local container
docker-compose up -d
  • Run migration
aws-dynamodb-migrator --region us-west-2 --endpoint http://localhost:28822 --path ./fixtures

Schema

See fixtures/schema.json for example schema file