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

https://github.com/samparsky/cloudformation-template

This is a demo AWS cloudformation template using Python Troposphere library
https://github.com/samparsky/cloudformation-template

Last synced: 2 months ago
JSON representation

This is a demo AWS cloudformation template using Python Troposphere library

Awesome Lists containing this project

README

        

## PyCon Demo Cloudformation Template

### Requirements
* Python 3.5+

This is a sample cloudformation template built using the troposphere python library.

To run the python script execute the command below, you should see the output in the command line
```
$ python cloudformation.py
```

To save the output into a file
```
$ python cloudformation.py >> output.json
```