- Home
- All questions
- Question 443
AWS Certified Solutions Architect study material · question 443 of 500
How does Lambda handle two simultaneous invocations of the same function?
Show the answer
Answer: B. Each runs independently with no shared state, scaling horizontally
Every invocation is independent and gets its own execution environment, which is how Lambda scales to match demand.
Source: What is AWS Lambda? (Amazon Web Services) — What is AWS Lambda?