Gradient Edge CDK Utils

Release version

License Maintained Dependencies Twitter

AWS CLI Node Yarn CDK

Builds Coverage Code Size

Downloads Commits Last Commits Issues Pull Requests

Introduction

Toolkit for working with CDK Constructs (AWS CDK & CDK for Terraform).

For more details, see the full API documentation.

Installation

cmd

With npm:

npm install --save @gradientedge/cdk-utils

With yarn:

yarn add @gradientedge/cdk-utils

With pnpm:

pnpm add @gradientedge/cdk-utils

purescript

"@gradientedge/cdk-utils": "latest"

Testing

To run test cases, use the following command:

pnpm run test

To focus on the test and watch when you make changes, use the following command:

pnpm test:watch static-asset-deployment-distribution-ref.test.ts

Toolkit

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.