Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 838 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 838 Bytes

cfn-builder

cfn-builder is a NodeJS command line application that will convert your JSON "blueprints" to an AWS CloudFormation template.

Introduction

The idea behind this project is to create a small number of JSON & Handlebars (.hbs) files (aka Blueprints) that can be compiled into a larger number of CF templates. Each project has multiple JSON files describing a particular environment (i.e. Prod, QA, Dev) which is then compiled against a general blueprint which results in a CloudFormation template that can be executed.

Visit the Wiki pages to get a more detailed rundown on how to use cfn-builder.

Dependencies

  • Node.js
  • npm

Installing

Install cfn-builder from NPM using the following command line:

npm -g install cfn-builder

Testing

N/A (so far)