cloudformation-plus-plus: cfn template preprocessor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
726 B

3 years ago
# cfnpp: cloudformation plus plus
3 years ago
A tool for making it easier to write, re-use, and template CloudFormation stacks.
3 years ago
3 years ago
For more information, see the [wiki](/nucleardog/cfnpp/wiki).
3 years ago
## TODO
* Provision rendered templates directly to CloudFormation
* More flow control (e.g., foreach, etc)
* Some sort of macro system would be good.
3 years ago
* Rewrite DOM stuff to use Util\GraphNode class
* Figure out how to generate useful conditions and not duplicate them
## License
No license applied yet. No permission is granted to use, redestribute, modify, or
otherwise do anything with this software.
3 years ago
I want to push this a little further along before opening it up to use/contributions/etc.
## Author
* Adam Pippin <hello@adampippin.ca>