> For the complete documentation index, see [llms.txt](https://eric-lo.gitbook.io/lab-serverless-function/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eric-lo.gitbook.io/lab-serverless-function/overview.md).

# Overview

In this lab, we will introduce how to deploy a Lambda function on a serverless architecture. Serverless architecture is a way to build and run applications and services without having to manage the infrastructure. The application still runs on servers, but all the server management (launching, scaling, etc) is done by cloud computing vendors, like AWS.
