- Ensure you have the latest version of Node
- Set up AWS CDK
npm run build
npm run lint
npm run lint:fix // clean up files per eslint config
Pull requests are encouraged. If you want to add a feature or fix a bug:
- Fork and clone the repository
- Create a separate branch for your changes
- Make your changes
- Write tests that validate your change and/or fix.
- Run
npm run build
- Push your branch and open a PR