IaC with CDK
Repo
Package
The cdk-django
package is available on npm
open in new window
Notes
TIP
For the most up-to-date information on cdk-django
, please see the repository's open issuesopen in new window and Changelogopen in new window.
cdk-django
is a CDK Component Library that is built using theprojen
framework- This project supports ad-hoc environments and production environments
- Ad-hoc and production environments both use a base stack and an app stack
- The base and app stack in both ad-hoc and production environments have 2 stacks in the same CDK app
- The related Pulumi and Terraform libraries pass references via unique identifiers, CDK uses stack references
- This project is not yet fully implemented in GitHub Actions.
- The production application has not yet implemented autoscaling