From a172ccbef9608112efc7bbf62576c2f6e962ac26 Mon Sep 17 00:00:00 2001 From: Mad Mirrajabi Date: Sat, 2 Dec 2023 22:33:00 +0100 Subject: [PATCH] chore: update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 680986b..ce9ae34 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CloudFormation Template Renderer +![npm](https://img.shields.io/npm/v/cf-render) + This is a simple tool that leverages AWS Application Composer's renderer to render CloudFormation templates. Since **CDK** also generates CloudFormation templates, this tool can be used to render the stacks created by CDK projects as well. **Beta notice**: This tool is currently in beta. Please report any issues you encounter. also read the [Good to know](#good-to-know) section. @@ -7,7 +9,7 @@ This is a simple tool that leverages AWS Application Composer's renderer to rend ## Example output Below image is the output of [this template](https://github.com/awslabs/aws-cloudformation-templates/blob/master/community/solutions/StaticWebSiteWithPipeline/stacks/pipeline.json). -![Example output](./assets/example.png) +![Example output](https://github.com/mirrajabi/cf-render/blob/main/assets/example.png) ## Installation