AWS Lambda is a serverless compute service for running code without having to provision or manage servers. You pay only for the compute time you consume.
A detailed step-by-step guide for building a REST API in Node.js with AWS Lambda, API Gateway, DynamoDB, and Serverless Framework with deployment on AWS
A step by step tutorial for deploying a Serverless service with local bash and GitHub Action pipeline.