@gradientedge/cdk-utils
v10.5.0
Published
Utilities for AWS CDK provisioning
Readme
CDK Utils
Introduction
Toolkit for working with CDK Constructs (AWS CDK & Pulumi).
For more details, see the full API documentation.
Installation
With npm:
npm install --save @gradientedge/cdk-utilsWith pnpm:
pnpm add @gradientedge/cdk-utils"@gradientedge/cdk-utils": "latest"Testing
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.tsToolkit
There are common utilities that help with testing constructs which you can find in the test tools directory.
Debug
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.
