dm-tracker-dynamodb
v1.5.14
Published
[![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
Downloads
55
Readme
Welcome to dm-tracker-dynamodb 👋
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 |