Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 705 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 705 Bytes

Contributing

Guidelines

Feel free to open an issue or pull request!

Useful commands

  • pnpm install install the project
  • pnpm run build build libraries
  • pnpm run test-linter perform Eslint check
  • pnpm run test-type check TypeScript compilation
  • pnpm run test-unit run jest unit tests
  • pnpm run test perform all tests

Installation

Requirements

  • NodeJs >= 18.17 (you can use nvm install command)
  • pnpm >= 8.7.1

Installation steps

pnpm i

Deploying cdk-dynamodb-migrator app

cd cdk-dynamodb-migrator
pnpm run deploy

Deploying a demo example

cd cdk-dynamodb-migrator
pnpm run build
cd ../demo/example
pnpm cdk deploy