Lambda Flashcards

1
Q

What is Lambda?

A

An event-driven compute service that can run your code in response to events

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
Java
Python
C#
Go
PowerShell
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is Lambda Priced?

A

Number of requests -> first million free -> $.20 per 1 million thereafter
Duration -> calculated from the time your code begins to execute, to the time it terminates. Charged in gb-seconds.

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

Does Lambda maintain a history?

A

Yes, Lambda has version control

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

What does the Shared Security Model mean for Lambda?

A

YOU are responsible for your codes security
AMAZON is responsible for all hardware, operating systems, and security patching of the entire software stack, as well as Anti-Virus.

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

Lambda scales in which direction?

A

Out

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

Why is Lambda cool?

A

No servers
Continuous Scaling
Super Cheap!

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