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