Skip to main content

Small python tool to make it easier to use cloudformation.

Project description

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.

History

0.2.0 (2021-07-31)

  • Add support for capabilities.

0.1.0 (2021-04-29)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudformation_helper-0.3.0.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

cloudformation_helper-0.3.0-py2.py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page