Serverless computing enables developers to build and deploy applications without managing infrastructure. By running backend code in response to events such as HTTP requests, serverless architectures improve scalability, reduce operational complexity, and offer a pay-as-you-go cost model. This project focuses on building a foundational serverless workflow, helping you understand how function-as-a-service (FaaS) works in AWS. In this project, you’ll write a basic Lambda function and expose it via an HTTP endpoint using API Gateway, forming a lightweight serverless architecture. You will interact with key services such as Lambda and API Gateway to deploy a fully functional endpoint that responds to web requests. The project is designed to be completed in approximately 6–8 hours.
This course was created by SkillUp Online. We are pleased to host this training in our library.
Learn More