
Deploying to AWS Lambda with SAM Using a Custom Docker Image
When deploying a serverless application on AWS Lambda using a Docker image, AWS provides a base image to make your work easier.
Cloud / AWS
4 posts

When deploying a serverless application on AWS Lambda using a Docker image, AWS provides a base image to make your work easier.

There are many options for deploying a serverless application on AWS Lambda. Here are the ones I know of:

If you wrote your serverless application with FastAPI and want to run it on AWS Lambda, you need to make it compatible with Lambda. The library you need for this is mangum.

Lambda is a compute service that lets you run code without managing servers.