dm-tracker-dynamodb
v1.5.14
Published
[](https://github.com/theBenForce/data-migration/actions) [](https://www.npmjs.com/pack
Downloads
18
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 |
