Package Exports
- token-injectable-docker-builder
- token-injectable-docker-builder/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (token-injectable-docker-builder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Welcome to your CDK TypeScript Construct Library project
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (DockerImageAsset)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (DockerImageAssetProps) to configure the visibility timeout of the queue.
Useful commands
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit tests