cloudformation-helper¶
Small tool to simplify usage of CloudFormation. Wraps around a bit of configuration, changesets and abstracts create vs update of a stack.
Free software: MIT license
Documentation: https://cloudformation-helper.readthedocs.io.
Usage¶
pip install cloudformation-helper
vim stacks.cfh
cfhelper stack deploy MyStackAlias
Sample stacks.cfh file:
MyStackAlias:
stack: MyStackName
file: myStackFile.yml
use_changesets: false
capabilities:
- CAPABILITY_IAM
- CAPABILITY_NAMED_IAM
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.