Lambda Flashcards
What are the Core Concepts of AWS Lambda
Function Runtimes Layers Event Source Downstream Resources Log Streams AWS SAM
What is an AWS Lambda Runtime
An image containing a language and environment for running that language.
How is code sent to an AWS Lambda
Through a Zipped deployment package
What are the parts of an AWS lambda programming Model
Handler Context Logging Exceptions Concurrency
What is the “main” function that is executed for an aws lambda?
The Handler function
How is extra metadata communicated to the AWS Lambda handler function
By using the AWS Context object.
What is the default timeout for an AWS Lamba function
3 seconds
What are AWS Lambda Layers
A package containing libraries or a custom runtime that your package is deployed upon.
What is the main purpose of AWS Lambda Layers
To Reduce deployment package sizes.
What are the max number of AWS Lambda layers
5
What is the AWS Lambda package deployed size limit?
250MB