Demo: visualize CloudFormation resources and refs
CloudFormation templates are easier to review when resources, DependsOn, Ref, and GetAtt relationships are visible as a diagram.
- Group resources by compute, network, storage, and permissions.
- Show Ref and GetAtt edges separately when possible.
- Use the diagram before reviewing large nested stacks.
Resources:
ApiFunction:
Type: AWS::Lambda::Function
ApiRole:
Type: AWS::IAM::Role
ApiLogGroup:
Type: AWS::Logs::LogGroup