sccheruku / aws-cloudformation-stack-resource-urls

Generate HTML Links to AWS Cloudformation Stack Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-cloudformation-stack-resource-urls

This project converts a list of AWS Cloudformation template resources to URLs and compiles them into a Handlebars template

Installation

npm run install

Running the script

npm run start -- -k STACK_KEYWORD -r AWS_REGION -i TEMPLATE_INPUT_PATH -o TEMPLATE_OUTPUT_PATH

Templating

HTML template relies on handlebars Please use one of the existing templates as a starter or build your own.

About

Generate HTML Links to AWS Cloudformation Stack Resources


Languages

Language:TypeScript 65.3%Language:Handlebars 34.7%