cdk-dia icon indicating copy to clipboard operation
cdk-dia copied to clipboard

Automated diagrams of CDK provisioned infrastructure

Results 24 cdk-dia issues
Sort by recently updated
recently updated
newest added

Awesome tool 💪 Seems that imported resources aren't considered yet when generating the diagram. For example, the following cdk code ``` Bucket.fromBucketName(this, 'my-bucket-import', 'my-bucket').grantRead(instance); ``` could -theoretically- be placed into...

I tried cdk-dia today and it looks great. One thing I noticed is, it skips custom resources. Already tried to look into this but it appears this is not so...

CDK-Dia currently automatically generates a label for each diagram node according to the resource logical name and cloudformation type. CDK-Dia also has decorators which allow the user to customize how...

CDK-Dia currently automatically generates a label for each diagram node according to the resource logical name and cloudformation type. CDK-Dia also has decorators which allow the user to customize how...

It might be easy to add CDK-Dia support for terraform-cdk with a low amount of effort. this is because terraform-cdk has a [Constructs Tree](https://github.com/hashicorp/terraform-cdk#cloud-development-kit-cdk-ecosystem), which is the base according to...

I'm using windows 10 on my machine and i was able to run both `npm install cdk-dia -g` and `install graphviz.` however, when i try to run `cdk-dia` on my...

As you can see in the image, the resource name is not displayed. This is a diagram generated by executing `npx cdk-dia` . I am using v1 of cdk. Please...

Hi, I'd like to request a feature for a simple way of ignoring resource such that they don't end up in the diagram. Something like `Annotations.of(resource).addInfo("cdk-dia:ignore")` could maybe be used?...

Hi, Love this project. The interactive HTML seems to work just fine but is some of my projects the icons under the directory /icons/aws/Service/Arch_Developer- Tools fail to load. So CodePipeline,...

It looks like cdk-dia is relying on the (very) old CDK v1 libraries - https://github.com/pistazie/cdk-dia/blob/main/package.json#L37 This causes lots of warnings in any projects that use the library, for example -...