awslabs / diagram-as-code

Diagram-as-code for AWS architecture.
Apache License 2.0
405 stars 22 forks source link

Add new feature: generating yaml file from CloudFormation template #78

Closed a2ush closed 1 month ago

a2ush commented 1 month ago

Issue #, if available: issue #75

Description of changes:

awsdac has the new feature of generating yaml file from CloudFormation template.

Usage:
  awsdac <input filename> [flags]

Flags:
      --cfn-template    [beta] Create diagram from CloudFormation template
  -h, --help            help for awsdac
  -o, --output string   Output file name (default "output.png")
  -v, --verbose         Enable verbose logging
      --yaml            [beta] Generate YAML file from CloudFormation template

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.