FastAPI lambda container: serverless simplified
FastAPI lambda container, a simple serverless solution. In this post I am going to show you how to run a FastAPI lambda container on AWS.
FastAPI lambda container, a simple serverless solution. In this post I am going to show you how to run a FastAPI lambda container on AWS.
Run AWS Lambda locally, without SAM. In this post I am going to show you a neat way to run your lambda functions locally, without the need of AWS SAM. This will enable you to quickly integrate this into your current development set-up.