An open API service indexing awesome lists of open source software.

https://github.com/damc-dev/cdk-constructs


https://github.com/damc-dev/cdk-constructs

aws aws-cdk cdk-construct-library construct iac

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# CDK Constructs
![Node.js CI](https://github.com/damc-dev/cdk-constructs/workflows/Node.js%20CI/badge.svg?branch=master)

## Useful commands
* `lerna bootstrap` bootstrap the packages in the current Lerna repo. Installing all their dependencies and linking any cross-dependencies.
* `lerna run build` compile typescript to js
* `lerna run test` perform the jest unit tests