Lambda Flashcards

1
Q

What is Lambda?

A

It is a compute service which allows you to upload code and create a function.

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

Benefits of Lambda?

A

No provisioning, patching, scaling (Out not Up)

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

How do you use Lambda?

A

1) As an event drive compute service, where AWS runs your code in response to events.
2) As an event drive compute service, where AWS runs your code in response to HTTP requests using AWS API gateway or AWS SDKs.
3) Lambda events can trigger other Lambda events.

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

Lambda Run times?

A

1) C#
2) Java
3) Python
4) Node.js

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

Lambda major triggers

A

1) API Gateway
2) Alexa Smart home
3) CloudWatch
4) CloudFront
5) DynamDB
6) Kinesis
7) S3
8) SNS

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

Lamdba Pricing

A

First 1,000,000 requests are free. 20cents per 1 million requests thereafter.
It also bills for duration.

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

Lambda duration?

A

5 minutes is the time out limit.

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

Lambda functions vs events?

A

Lambda functions are independent, 1 event = 1 function

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

What is AWS X-Ray?

A

It is a lambda function debugging utility.

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

Lambda is Global

A

So you can perform triggers on a global scale.

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