https://github.com/osule/hello-flask
Hello flask brought to you by flask, terraform, travis and elastic beanstalk
https://github.com/osule/hello-flask
elasticbeanstalk flask terraform travis-ci
Last synced: 2 months ago
JSON representation
Hello flask brought to you by flask, terraform, travis and elastic beanstalk
- Host: GitHub
- URL: https://github.com/osule/hello-flask
- Owner: osule
- Created: 2018-08-04T16:00:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T18:57:08.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T05:28:10.364Z (over 1 year ago)
- Topics: elasticbeanstalk, flask, terraform, travis-ci
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/osule/hello-flask)
# Flask from Terraform and Travis CI to Amazon Elastic Beanstalk
This is a sample application that deploys a flask application in Amazon Elastic Beanstalk Environment.
Here is an explanation of the file/folder structure.
- terraform [contains configuration to setup the EBS application and environment]
- .travis.yml [configuration for travis pipeline]
- application.py [contains flask app exposing application callable object]
- requirements.txt [list of python dependencies required for our application]
- views.py [contains views for the flask application. This can be refactored to a package]
- templates [view templates for the flask application]