# How to Build a FastAPI App with Kubernetes and AWS

This tutorial will focus entirely on [FastAPI](https://fastapi.tiangolo.com/) and also explore powerful tools like [Kubernetes](https://kubernetes.io/) and [Amazon Web Services](https://aws.amazon.com/).

We will cover many features, including:

* Working with SQLAlchemy and Alembic
    
* Implementing APIs and securing them with JSON Web Tokens (JWT)
    
* Integrating with Celery and Redis
    
* Async tests
    
* Helm charts
    
* Deploying apps using Kubernetes and AWS EKS (Elastic Kubernetes Service)
    

Follow this [link](https://www.jetbrains.com/guide/python/tutorials/fastapi-aws-kubernetes/) to get started.
