aws-cdk-stack-builder-tool
aws-cdk-stack-builder-tool copied to clipboard
AWS CDK Builder is a browser-based tool designed to streamline bootstrapping of Infrastructure as Code (IaC) projects using the AWS Cloud Development Kit (CDK).
It will be great to have ability to import project from filesystem to enable migration from one browser to another of from one machine to another.
Currently condition is added as key value statement where value is double quoted. It will be helpful to be able to decide whereas it is double quote or curly bracket...
In below code generated from tool, "eventName" and "eventSource" attributes should be arrays in the same way as "source" and "detailType": ``` new events.Rule(this, "Event_r53dump", { eventPattern: { detail: {...
In many places it is possible to reference resources created in Stack. This is not working for "resources" field in IAM policy statement.
It is not possible to reference bucket created in Stack to provide bucket name for environment variable in lambda function.
I would like to request for a python code generator for CDK builder
I would like to be able to import an existing CDK App to 1/visualize the different stacks 2/modify constructs.
Hi, Does it have ability to build Lambda using typescript ? Something like this workshop - https://cdkworkshop.com/20-typescript.html Thanks, Sri