Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dynamo-migrator

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamo-migrator

Create and migrate DynamoDB data

  • 1.0.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

DynamoDB-migrations

Create and run DynamoDB migrations easily.

Install with npm i -D dynamo-migrator

Add a create and a migrate script in your package.json file:

    {
        "scripts": {
            "create": "dynamo-migrator create",
            "migrate": "dynamo-migrator migrate"
        }
    }

MIGRATION_TABLE: Table name to keep migrations run. Defaults to _migrations.

MIGRATION_ATTRIBUTE: Table migration attribute. Defaults to migration_date.

MIGRATION_DIR: Directory name that holds all migration files. Defaults to migrations.

DYNAMO_ENDPOINT: Can point to a local DynamoDB instance by setting http://localhost:4569.


Keywords

FAQs

Package last updated on 01 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc