- Home
- All questions
- Question 460
AWS Certified Solutions Architect study material · question 460 of 500
Why do later invocations of a Lambda function often start faster than the first?
Show the answer
Answer: A. Lambda reuses an existing execution environment and skips initialization
Once a request completes, the environment can serve further requests without repeating the Init phase.
Source: Understanding Lambda function scaling (Amazon Web Services) — Understanding and visualizing concurrency