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.
 
 
Adam Pippin 37979346af Move githooks copy to post-install -- post-autoload-dump causes issues with box running composer install from outside the project root 3 years ago
.githooks empty project 3 years ago
.phan Update target PHP version to 8 3 years ago
app Write list of yaml files processed to Metadata section of output (poc) 3 years ago
bootstrap empty project 3 years ago
config Docblocks and code cleanup 3 years ago
tests empty project 3 years ago
.editorconfig empty project 3 years ago
.gitattributes empty project 3 years ago
.gitignore Ignore php_cs cache 3 years ago
.php_cs.dist empty project 3 years ago
README.md Replace README 3 years ago
box.json empty project 3 years ago
cfnpp empty project 3 years ago
composer.json Move githooks copy to post-install -- post-autoload-dump causes issues with box running composer install from outside the project root 3 years ago
composer.lock Add symfony yaml component 3 years ago
phpunit.xml.dist empty project 3 years ago

README.md

cfnpp: cloudformation plus plus

Goal

Make it easier to re-use and template CloudFormation templates

Current

  • Supports serializing/deserializing yaml
  • Can specify an input file; will pull in all referencing files and merge them and write to an output file
  • Supports !Unset and !Replace

Planned

  • Provision rendered templates directly to CloudFormation