Feel free to open an issue or pull request!
pnpm install
install the projectpnpm run build
build librariespnpm run test-linter
perform Eslint checkpnpm run test-type
check TypeScript compilationpnpm run test-unit
run jest unit testspnpm run test
perform all tests
- NodeJs >= 18.17 (you can use
nvm install
command) - pnpm >= 8.7.1
pnpm i
cd cdk-dynamodb-migrator
pnpm run deploy
cd cdk-dynamodb-migrator
pnpm run build
cd ../demo/example
pnpm cdk deploy