Run cloud formation validate template api
Add this line to your application's Gemfile:
gem 'cfvalidate', github: 'darai2k/cfvalidate'
And then execute:
$ bundle
Or install it yourself as:
$ git clone git://github.com/darai2k/cfvalidate.git
$ cd cfvalidate
$ rake install
Use Command Line:
$ cfvalidate [File path]
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request