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