https://github.com/paujim/aws-cfn
a python script to create a aws stack
https://github.com/paujim/aws-cfn
Last synced: 3 months ago
JSON representation
a python script to create a aws stack
- Host: GitHub
- URL: https://github.com/paujim/aws-cfn
- Owner: paujim
- License: mit
- Created: 2019-06-29T21:25:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T18:42:46.000Z (over 5 years ago)
- Last Synced: 2025-01-29T18:46:44.759Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS CloudFormation
a python script to create an aws stack# To use:
```
python create-or-update.py --name NAME --templateurl TEMPLATE_URL --params "KEY1=VALUE1&KEY2=VALUE2" --usepreviousparam
```