Skip to main content

Bootstrap for AWS CloudFormation templates

Project description

ezcfn

A bootstrap for vanilla CloudFormation templating.

ezcfn is a CloudFormation bundling tool for keeping CloudFormation workflows vanilla-flavoured.

ezcfn simplifies working with vanilla CloudFormation templates. It takes care of building, gathering and distributing resource artifacts (such as Lambda Function code, or APIGateway specifications), without altering the development workflow when working with static interchange format (json and yaml) templates.

ezcfn dissects and extends the existing functionalities of tools such as the AWS CLI cloudformation package command.

Repository: https://bitbucket.org/victorykit/ezcfn

Repository Mirror: https://github.com/victoryk-it/ezcfn

Get Started

python -m pip install ezcfn-victorykit
ezcfn --help
git clone git@bitbucket.org:victorykit/ezcfn-example.git
cd ezcfn-example
ezcfn resolve examples/nested/template.yaml \
    --s3-bucket mybucket \
    --s3-region eu-central-1 \
    --s3-prefix testd \
    --outdir ezcfn.out \
    --intrinsic
ls -al ezcfn.out/testd

Documentation

The documentation can be found under https://victorykit.bitbucket.io/ezcfn/.

Licensing

Copyright (C) 2021 Tiara Rodney (victoryk.it)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

More Information

  • Architecture

  • Contribution Guidelines

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

ezcfn-victorykit-1.0.0a25.tar.gz (25.6 kB view hashes)

Uploaded Source

Built Distribution

ezcfn_victorykit-1.0.0a25-py3-none-any.whl (28.6 kB view hashes)

Uploaded 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