Serverless AWS Lambda + DynamoDB + FastAPI + Github Actions
Part 1 — Deploying FastAPI application on AWS Lambda
Introduction
In Part 1 of this blog, we will go through setting up AWS SAM, creating a Lambda, and adding FastAPI API endpoints.
You might have heard a lot about serverless functions and their advantages so in this…