Important Note: You will create AWS resources during the workshop which will incur cost in your AWS account. It is recommended to clean-up the resources as soon as you finish the workshop to minimize the cost.

Deploy Simple Web Applications in Lambda

AWS Lambda is a serverless compute service that lets run the code without provisioning or managing servers. With Lambda, one can run code for virtually any type of application or backend service. One can write Lambda functions in language (Node.js, Python, Go, Java, and more) of their choice.

In this workshop, you learn to deploy simple web application in AWS Lambda.

The following diagram shows the scenario you are going to build. Start the workshop

Lambda