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
- Host: GitHub
- URL: https://github.com/damc-dev/cdk-constructs
- Owner: damc-dev
- Created: 2020-03-16T19:34:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:39:36.000Z (about 3 years ago)
- Last Synced: 2025-10-05T11:27:01.737Z (4 months ago)
- Topics: aws, aws-cdk, cdk-construct-library, construct, iac
- Language: TypeScript
- Size: 2.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CDK Constructs

## 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