Serverless Flashcards

1
Q

What is Lambda?

A

A serverless compute resource provided by AWS

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

Does Lambda scale out or up?

A

out

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

What is the difference between traditional cloud infrastructure vs serverless infrastructure?

A

Traditional relies on EC2 instances and RDSs where as Lambda dos not (relies on DynamoBD)

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

Are Lambda functions independent?

A

Yes 1 even = 1 function

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

Can 1 lambda function trigger another?

A

yes

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

What are the advantages of using Lambda?

A

HA and cost saving!

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

What is the main disadvantage of using Lambda?

A

It can get very complicated very quickly!

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

What service can be used to debug your Lambda architecture?

A

AWS X-ray

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

Is Lambda global?

A

Yes, e.g. back up a S3 bucket.

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

Can Lambda trigger an RDS instance?

A

No!

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