dm-tracker-dynamodb
TypeScript icon, indicating that this package has built-in type declarations

1.5.14 • Public • Published

Welcome to dm-tracker-dynamodb 👋

Build Status NPM Package Maintainability Documentation Downloads/week lerna

A Data Migration tracker to keep track of which migration scripts have been executed.

Configuration

Parameters

The DynamoDB driver accepts the following parameters as part of its configuration:

Name Type Required Description
region string Yes The AWS Region where this table exists
TableName string Yes The name of the DynamoDB table to connect to
partitionKeyName string Yes Name of the partition key in the dynamo table
sortKeyName string Yes Name of the sort key in the dynamo table
profile string No Name of the AWS profile to use
accessKeyId string No AWS Credentials, if not provided data-migration will use the default AWS configuration
secretAccessKey string No
prefix string No Value to use for the partition key for migration records

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i dm-tracker-dynamodb

    Weekly Downloads

    0

    Version

    1.5.14

    License

    MIT

    Unpacked Size

    17.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • benforce