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 l...