This is a DSL for Amazon CloudFormation
See tests and example-node.py for usage
- py.test
- provide an example of stack inheritance
- use cfn-validate-template
- Parameters, Mappings
- maybe use argparse in an example to circumvent the need of parameters
- write or generate classes for all cfn template types
- maybe we could write a json schema for it?..
- get rid of metaclass madness
It only contains a very small part of CloudFormation types
- master
- updated example-node.py to use cfn.util.Facts
- changed stack (ResourceCollection, actually) creation from locals
- 0.3.0
- changed the way how to define custom properties, see
test_custom_property
intests/test_core.py