📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
AWS
/
Serverless and Containers
Serverless and Containers
Question 1 of 6
What causes a Lambda cold start?
A
Lambda must create a new execution environment: download the package, start the runtime, and run initialization code
B
Lambda cold starts occur when the function has not been invoked in over 24 hours
C
The Lambda function has a bug that crashes it on the first invocation
D
The function's memory limit is set too low, causing it to restart
← Back to categories