Lambda Flashcards

1
Q

Give an overview of lamba

A

Serverless comput Service to run application code without EC2 instances.

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

How is lambda charged?

A

Per 100ms

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

Explain Lambda Functions

A

Code you want to run, as defined by triggers

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

Explain Lambda Triggers

A

An operation to trigger a lambda function

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

Explain Lambda Event Sources

A

AWS services that can trigger a lambda function

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

Explain Lamda downstream sources

A

Resources required to run your code

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

Explain lamda Log streams

A

Logging for lamda.

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

What does lambda edge do?

A

Runs lambda functions on edge locations.

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

Where do print statements from Lambda get stored?

A

Cloudwatch Logs

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

In Lambda. What’s maximum function run time?

A

300 seconds

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