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

https://github.com/thanhvie/beanstalk-flask

A simple demo on how to deploy flask app with Elastic Beanstalk
https://github.com/thanhvie/beanstalk-flask

elasticbeanstalk flask

Last synced: 2 months ago
JSON representation

A simple demo on how to deploy flask app with Elastic Beanstalk

Awesome Lists containing this project

README

          

# Deployment
Run these following steps:
1. `eb init -p python-3.7 flask-tutorial --region us-east-2`
2. `eb create flask-env`
3. `eb open`

Terminal environment:

4. `eb terminate flask-env`

Read AWS Document at https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-flask.html