It's a library written to create/update cloudformation stack. It creates the stack if not present and updates it in subsequent releases to the stack.
- It's a wrapper written on aws-sdk(ruby).
- It's uses all native conventions of AWS cloudformation service
- It has some rake tasks for different operations on a stack.
- It takes cloudformation template in cfndsl format with some default parameters, defined beforehand and some runtime parameters.