Lambda Flashcards

learn about lambda

1
Q

What is Lambda?

A

A serverless compute service that lets you run code without managing servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the real world uses for Lambda?

A
  1. Real-time file processing
  2. Sending email notifications
  3. Backend business logic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the main Lambda features?

A
  1. Supports popular coding languages like Java, Go, PowerShell, python, node…
  2. You can author code using your favorite IDE or the console
  3. Lambda can execute your code in response to events
  4. Lambda functions have a 15-minute timeout
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly