Lambda Flashcards
learn about lambda
1
Q
What is Lambda?
A
A serverless compute service that lets you run code without managing servers
2
Q
What are the real world uses for Lambda?
A
- Real-time file processing
- Sending email notifications
- Backend business logic
3
Q
What are the main Lambda features?
A
- Supports popular coding languages like Java, Go, PowerShell, python, node…
- You can author code using your favorite IDE or the console
- Lambda can execute your code in response to events
- Lambda functions have a 15-minute timeout
4
Q
Explain the Lambda Pricing Model
A
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.