Host a Serverless Application on AWS Lambda
AWS Lambda is a serverless, event-driven compute service that runs code for virtually any application or back-end service without provisioning or managing servers.
In this lab, we’ll learn to host a simple serverless application on AWS Lambda and access it through an API Gateway endpoint.
The following is the high-level architecture diagram of how to host serverless application on AWS lambda.