What is Lambda?
A serverless compute service that lets you run code without managing servers
What are the real world uses for Lambda?
What are the main Lambda features?
Explain the Lambda Pricing Model
It is based on the duration and number of requests
1. Compute Time: pay only for code while it is running
2. Request Count: each time it starts execution
3. Always free: the free usage tier included 1 million free requests each month, even after the free tier.