Closed
Description
We use Python for CDK, and require some extra magic to handle AWS authentication. The end result of that is that to run CDK the real command I need to use is this: aws-woven-auth dev run poetry run cdk synth --all
. This is of course highly specific to our environment, so cfn-diagram does not need to support that directly. What we do need to make the CDK integration work for us is an ability to either use an existing cdk.out
directory, or be able to specify our own cdk command.
Metadata
Assignees
Labels
No labels