From 366f5d2850a328648f2703d264020c81665c136a Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Sat, 7 Feb 2026 12:02:06 +0100 Subject: [PATCH] Add AWS CloudFormation Diagrams (#1202) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b98cf470..18ad5634 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ To contribute to diagram, check out [contribution guidelines](CONTRIBUTING.md). [KubeDiagrams](https://github.com/philippemerle/KubeDiagrams) is a tool to generate Kubernetes architecture diagrams from Kubernetes manifest files, kustomization files, Helm charts, and actual cluster state. [KubeDiagrams](https://github.com/philippemerle/KubeDiagrams) supports all Kubernetes built-in resources, any custom resources, and label-based resource clustering. +[AWS CloudFormation Diagrams](https://github.com/philippemerle/AWS-CloudFormation-Diagrams) is a simple CLI script to generate AWS architecture diagrams from AWS CloudFormation templates. + ## Other languages - If you are familiar with Go, you can use [go-diagrams](https://github.com/blushft/go-diagrams) as well.