Tom Roshko
Tom Roshko
**cdk-dia** generates a diagram from the construct-tree (`./cdk.out/tree.json`). It doesn't parse the actual cloudformation template so it can't search for `Custom::xxx`. looks like the CDK team built a "custom resource...
tnx 🚀 As you said it looks like imported resources aren't diagramed. This is tricky as `cdk-dia` diagrams according to the CDK Construct tree. In the Construct tree the imported...
HI @mdeguzis , Wow, 2 million lines! `cdk-dia` doesn't hide `cdk synth`, it doesn't even use it. It assumes / requests you did it ran it before and therefore the...
it should be in you cdk app work directory. in the same one where diagram.png is created on a success run