This release is a pre-release and may not be stable for production use.
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
Release files for ezcfn-victorykit 1.0.0a25
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ezcfn-victorykit-1.0.0a25.tar.gz | 25.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ezcfn_victorykit-1.0.0a25-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 54.2 kB
Release files / ezcfn-victorykit-1.0.0a25.tar.gz
| Download URL | ezcfn-victorykit-1.0.0a25.tar.gz |
|---|---|
| Size | 25.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56054109a4f9b930f81ca823f95789a63d15ef196e1453afdfcd3237e2f8af9e
|
|
BLAKE2b-256 checksum How to use checksums |
eb045047b93dbc0cf19e50b4793d906e157694763203881378e58cb74e4530d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / ezcfn_victorykit-1.0.0a25-py3-none-any.whl
| Download URL | ezcfn_victorykit-1.0.0a25-py3-none-any.whl |
|---|---|
| Size | 28.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
44816efe93d2c3b5df4f0388c684bf07b202d7577892e6695a61468520dd115f
|
|
BLAKE2b-256 checksum How to use checksums |
5a408b127a7f00c85d1c690d11eb69704105eb28cb657dd9d84075c4c39d2d2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|