Git Product home page Git Product logo

aws-cfn-compiler.archived's Introduction

aws-cfn-compiler

A simple script to compile and perform some validation for CloudFormation scripts. The idea is to create a folder structure to better manage pieces of a CloudFormation deployment. Additionally, writing in JSON is hard, so the compiler takes YAML files as well.

Installation

gem install bundler
bundle install

Usage

./compile.rb -d ROOT_DIRECTORY -o OUTPUT_JSON_FILE

Directory Structure

The pieces of the CloudFormation script is split into four groups:

  • Parameters
  • Mappings
  • Resources
  • Outputs

For each group, you can define a single file at the root directory with that name (i.e. outputs.json or outputs.yml) or a directory with that name containing any structure of JSON or YAML files (i.e. resources/nat.yml or resources/app/hello.json). The script is responsible for combining everything into one JSON file.

Reference Validation

After all the pieces are stiched together, the system runs through the file finding references to names and then attempt to validate that those names exist in the file.

aws-cfn-compiler.archived's People

Contributors

pkinney avatar dldinternet avatar rcho avatar samerfallouh avatar

Stargazers

Aaron Brown avatar  avatar Nick Lopez avatar Stevenson Jean-Pierre avatar

Watchers

Nick Lopez avatar James Cloos avatar  avatar

Forkers

rcho

aws-cfn-compiler.archived's Issues

does not work with slop 4.0

had to uninstall the slop gem 4.0 and install 3.6, might want to set that dependency, or fix whatever slop 4.0 broke :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.