Example usage of aws-cdk-dynamodb-seeder
Install the dependencies using your favourite package manager:
yarn
This command will deploy the seeder stack (and the table stack if not already deployed):
npm run cdk -- [--profile profile] deploy seeder-stack --require-approval never
To teardown (remove) seed data from the table:
npm run cdk -- cdk [--profile profile] destroy seeder-stack --force