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.

Last updated