Lambda Flashcards

1
Q

What are the Core Concepts of AWS Lambda

A
Function
Runtimes
Layers
Event Source
Downstream Resources
Log Streams
AWS SAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an AWS Lambda Runtime

A

An image containing a language and environment for running that language.

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

How is code sent to an AWS Lambda

A

Through a Zipped deployment package

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

What are the parts of an AWS lambda programming Model

A
Handler
Context
Logging
Exceptions
Concurrency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the “main” function that is executed for an aws lambda?

A

The Handler function

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

How is extra metadata communicated to the AWS Lambda handler function

A

By using the AWS Context object.

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

What is the default timeout for an AWS Lamba function

A

3 seconds

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

What are AWS Lambda Layers

A

A package containing libraries or a custom runtime that your package is deployed upon.

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

What is the main purpose of AWS Lambda Layers

A

To Reduce deployment package sizes.

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

What are the max number of AWS Lambda layers

A

5

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

What is the AWS Lambda package deployed size limit?

A

250MB

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