decdk
decdk copied to clipboard
Define AWS CDK applications declaratively
See https://github.com/cdklabs/decdk/actions/runs/8160983969
See https://github.com/cdklabs/decdk/actions/runs/6345696328
See https://github.com/cdklabs/decdk/actions/runs/6345696328
See https://github.com/cdklabs/decdk/actions/runs/6345696328
As a user, When there is an error in processing my template, I want the error to specify the exact location So that I can fix it. --- For an...
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
For the doc generation, we need to translate the code snippets from TypeScript to YAML and/or JSON, similar to what is done for the other languages. Look into how to...
[AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification.html) provides a way to define serverless resources via a Transform. Make sure SAM templates are supported, particularly it adds a new `Globals` section to set defaults.
Currently we only support validation for Constructs. We should also support all CloudFormation resources. https://github.com/aws-cloudformation/cloudformation-template-schema or https://github.com/awslabs/goformation/blob/master/schema/cloudformation.schema.json
Expand the examples section with more templates, in order to cover as many features and modules as possible. A good starting point is to port the [AWS CDK examples] to...