-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
bugThis issue is a bug.This issue is a bug.package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLI
Description
aws-cdk/scripts/template-deps-to-dot
Lines 139 to 142 in c298a7c
| if keys == ['Ref']: | |
| return (obj[keys[0]], 'Ref') | |
| if keys == ['Fn::GetAtt']: | |
| return (obj[keys[0]][0], obj[keys[0]][1]) |
The code should also take into account Fn::Sub tags.
BTW: In cfn-lint we're working towards exposing a --build-graph option that would create a DOT file like this script is doing :)
PatMyron
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLI