Cfn::Yats

AWS Cloudformation templates expressed with a Ruby DSL, YAML or JSON in a modular fashion

Installation

Add this line to your application's Gemfile:

gem 'aws-cfn-yats'

And then execute:

$ bundle

Or install it yourself as:

$ gem install aws-cfn-yats

Usage

TODO: Write usage instructions here

Credits

Full credit go to the authors and contributors of these project who all inspired and created the ideas used here: https://github.com/bazaarvoice/cloudformation-ruby-dsl https://github.com/pkinney/aws-cfn-compiler https://github.com/kunday/cloudformer https://github.com/Optaros/cloud_builder

Contributing

  1. Fork it ( http://github.com//aws-cfn-yats/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request