An open API service indexing awesome lists of open source software.

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

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
```