Build and Deploy a Serverless API with AWS SAM, Lambda, Gateway and Docker
In this tutorial, you will create a serverless API that generates a random number between two values using: ✅ AWS Lambda ✅ AWS SAM (Serverless Application Model) ✅ API Gateway ✅ Docker (for local testing) This tutorial is beginner friendly and only requires basic knowledge of AWS Services. You can find the whole code repository here

In this tutorial, you will create a serverless API that generates a random number between two values using:
- ✅ AWS Lambda
- ✅ AWS SAM (Serverless Application Model)
- ✅ API Gateway
- ✅ Docker (for local testing)
This tutorial is beginner friendly and only requires basic knowledge of AWS Services.
You can find the whole code repository here