The goal of this project is to provide a standard library of constructs for CDKTF similar to the AWS CDK.
A couple of things to note as this is currently a 1 person operation and I'm doing this in my free time.
- The code in this project are very experimental and may change at any time.
- I am only publishing packages to NPM right now, but JSII has been setup and the Typescript that is being written is regularly checked that it is able to be transpiled into Java, dotNet, Go and Python, so support for those language may come in the future.
- The focus is mostly on GCP as that is where I spend most of my professional time at the moment, but that will hopefully expand in the future with the exception of AWS as there is the AWS Adapter.
As mentioned above I'm trying to provide the experience the AWS CDK does when building out infrastructure but for CDKTF. This is most definitely too large of an undertaking for 1 person, so contributions are more than welcome.
I haven't put a lot of thought into a contribution guide, so maybe if you're interested in contributing open an issue and we can discuss it there.
- __tests__ - (TODO) Tests for constructs
- .github - GitHub actions and workflows for automation
- build - Dockerfiles
- magefiles - Mage targets to help with code generation
- packages/ - CDKTF construct packages
- tools/ - CLI tools
- cdktf-plus - A CLI tool to help fill some gaps missing in the cdktf CLI (currently just used to generate backends)