Deploy FastAPI on AWS Part 1: Lambda & API Gateway

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mangum

    AWS Lambda support for ASGI applications

  • We will create a very simple FastAPI application with a single route, /. To bridge the gap between the Lambda event payload and FastAPI we will use a library called mangum. This library acts as an adapter for ASGI applications running inside a Lambda that's invoked by AWS API Gateway.

  • asgiref

    ASGI specification and utilities

  • We will create a very simple FastAPI application with a single route, /. To bridge the gap between the Lambda event payload and FastAPI we will use a library called mangum. This library acts as an adapter for ASGI applications running inside a Lambda that's invoked by AWS API Gateway.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why the Serverless Revolution Has Stalled

    1 project | news.ycombinator.com | 15 Feb 2024
  • Options to host a ReactJS + FastAPI + SQLlite application?

    2 projects | /r/FastAPI | 15 Dec 2022
  • AWS with a Django app

    1 project | /r/django | 23 May 2022
  • Django Rest API with AWS lambda or any other server less

    1 project | /r/django | 1 Apr 2022
  • Asynchronous Lambda REST Functions - Node or Python?

    1 project | /r/aws | 7 Feb 2022