cloudformation-helper

https://img.shields.io/pypi/v/cloudformation_helper.svg Documentation Status

Small tool to simplify usage of CloudFormation. Wraps around a bit of configuration, changesets and abstracts create vs update of a stack.

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.