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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ezcfn-victorykit-1.0.0a25.tar.gz
.
File metadata
- Download URL: ezcfn-victorykit-1.0.0a25.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56054109a4f9b930f81ca823f95789a63d15ef196e1453afdfcd3237e2f8af9e |
|
MD5 | ba35b0807f9b894a4e786f8b0eafdde8 |
|
BLAKE2b-256 | eb045047b93dbc0cf19e50b4793d906e157694763203881378e58cb74e4530d8 |
File details
Details for the file ezcfn_victorykit-1.0.0a25-py3-none-any.whl
.
File metadata
- Download URL: ezcfn_victorykit-1.0.0a25-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44816efe93d2c3b5df4f0388c684bf07b202d7577892e6695a61468520dd115f |
|
MD5 | a4a6401a5e38ccdfc63c619497c119b3 |
|
BLAKE2b-256 | 5a408b127a7f00c85d1c690d11eb69704105eb28cb657dd9d84075c4c39d2d2d |