Develop a Python Flask Application with Docker and Deploy to AWS – Part 2 Serve a Flask App with Docker
In this portion of the series we will be:
* Creating a simple flask app with a few RESTful methods
* Testing out our RESTful methods using curl.
* Future proofing our development environment for easy and stress free deployment.
Get the Code
Clone the github repo to see the full code.
Create