This repository template helps you generate JSII construct library for AWS CDK.
- customize your
.projenrc.js - run
npx projento generate thepackage.jsonand.github/workflowsfrom.projenrc.js yarn installto install all required npm packages
- run
yarn watchin a seperate terminal - edit
test/integ.api.ts cdk diffandcdk deploy
cdk --app 'test/integ.api.js' diff
cdk --app 'test/integ.api.js' deploy- validate the stack
- edit
test/*.test.ts - run
yarn test
| Command | Description |
|---|---|
yarn install |
Install dependencies |
yarn compile |
Compile to JavaScript |
yarn watch |
Watch for changes and compile |
yarn test |
Run tests |
yarn run package |
Create dist with bundles for all languages |
yarn build |
Compile + test + package |
yarn bump |
Bump a new version (based on conventional commits) |
yarn compat |
Run API compatibility check against latest |