If you need to customize/fix/contribute to this jsii construct here is the doc:
npx projen && npx projen build && npx projen package:js
you end up with a tgz package into dist folder importable into your cdk app with the following lines in your package.json
"dependencies": {
...
"aws-bootstrap-kit": "file:../../dist/js/[email protected]",
...
}
npx projen
The build script will compile to JSii and generate the API doc into API.md
npx projen build
npx projen test
npx projen package:js
npx projen package
npx projen release