aws-cdk-stack-builder-tool icon indicating copy to clipboard operation
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).

Results 9 aws-cdk-stack-builder-tool issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

enhancement

It will be great to have ability to rename project.

enhancement

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: {...

enhancement

In many places it is possible to reference resources created in Stack. This is not working for "resources" field in IAM policy statement.

enhancement

It is not possible to reference bucket created in Stack to provide bucket name for environment variable in lambda function.

enhancement

I would like to request for a python code generator for CDK builder

enhancement

I would like to be able to import an existing CDK App to 1/visualize the different stacks 2/modify constructs.

enhancement

Hi, Does it have ability to build Lambda using typescript ? Something like this workshop - https://cdkworkshop.com/20-typescript.html Thanks, Sri