dm-tracker-dynamodb

[![Build Status](https://github.com/theBenForce/data-migration/workflows/Release/badge.svg?branch=master)](https://github.com/theBenForce/data-migration/actions) [![NPM Package](https://img.shields.io/npm/v/dm-tracker-dynamodb)](https://www.npmjs.com/pack

Usage no npm install needed!

<script type="module">
  import dmTrackerDynamodb from 'https://cdn.skypack.dev/dm-tracker-dynamodb';
</script>

README

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