Toolkit for working with CDK Constructs (AWS CDK & CDK for Terraform).
For more details, see the full API documentation.
With npm:
npm install --save @gradientedge/cdk-utilsWith yarn:
yarn add @gradientedge/cdk-utilsWith pnpm:
pnpm add @gradientedge/cdk-utils"@gradientedge/cdk-utils": "latest"
To run test cases, use the following command:
pnpm run testTo focus on the test and watch when you make changes, use the following command:
pnpm test:watch static-asset-deployment-distribution-ref.test.tsThere are common utilities that help with testing constructs which you can find in the test tools directory.
There is a debug utility that can be used to print out the contents of a template. This is useful for debugging and understanding the structure which you can find in the debug directory.
