decdk
decdk copied to clipboard
Define AWS CDK applications declaratively
An automated test that tries creating every L2 construct by simply initializing it with the minimum parameters. deCDK is not coupled to a specific version of AWS CDK, and it...
We are currently not type-checking references and other lazy resources. E.g. take any template were the user accidentially passes the wrong Ref name. The app will attempt to evaluate the...
Currently the app immidiately stops when an error in processing (grammer parsing, type checking, CDK evaluation) occurs. This makes it very tedious to fix things. We should try and continue...
Automatic generation of an API reference website (analogous to the [CDK] one). The content should be basically the same, but in the format of the [AWS resource and property types...
Write a developer guide that includes the language reference explaining all deCDK specific features: function calls, overrides, feature flags etc.
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/decdk/actions/runs/10257940454 ------ *Automatically created by projen via the "upgrade-dev-deps-main" workflow*