git clone
this repo or download the ZIP- Open the directory in a terminal
yarn install
- Build with
yarn build
- Make your changes to
index.ts
to reflect your use case (seeCustomization 1
,Customization 2
, etc) - Ensure your AWS credentials are set on the CLI (or use
aws-vault exec [your-profile] -- yarn go
) - Run with
yarn go
(to test / perform a dry run: comment out the line that containsDynamoDb.batchWrite
). The progress will be printed to the terminal.