Package Exports
- @aws-cdk/cfnspec
- @aws-cdk/cfnspec/lib
- @aws-cdk/cfnspec/lib/index.js
- @aws-cdk/cfnspec/lib/schema
- @aws-cdk/cfnspec/lib/schema/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 (@aws-cdk/cfnspec) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AWS CDK CloudFormation Tools
To update the CloudFormation spec, you can run bump-cfnspec.sh
from a clean repo, as so -
./scripts/bump-cfnspec.sh
If you wish to only update the CFN spec, make sure to install all dependencies and build the cfnspec
module,
and then you can just run:
yarn update