2020-09

Deploy FastAPI Application on Ubuntu with Nginx, Gunicorn and Uvicorn by Shah Nawaz Shuvo, on Sep 8, 2020

FastAPI is a promising new Python framework that supports concurrency and type system out of the box.

It has many cool features that I like and it’s fast.

In this post, I will briefly go over the process of deploying a simple FastAPI application on Ubuntu running on an EC2 instance.

This post will assume that you know and already configured quite a few things and will only focus on deploying the actual application