Scaling - Lambda Flashcards

1
Q

What is Lambda?

A

all you need to run code with infrastructure; serverless

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

What languages does Lambda support?

A

Node.js, Python, Java, Go and C#, Powershell

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

What is the use case?

A

creating server less architectures; stateless code executed on an event basis

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

How many lambda functions can be executed at once?

A

unlimited

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

AWS Serverles app model?

A

open source AWS framework written in YAML

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

How does the AWS Serverless Application Model function?

A

AWS CLI-like function to create, deploy and update serverless apps like Lambda, DDB, and API gateway

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

What features the Serverless application model does it include?

A

enables local testing and debugging of apps; extension of cloudformation to access resources

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

How is cloudformation involved in the AWS Serverless Application Model?

A

AWS SAM deploys YAML template to Cloudformation which uploads it to AWS

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

What is AWS EventBridge?

A

designed to link AWS event resources, apply some rules, and them launch other events using Lambda, SQS; use case for 3rd party event sources

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