- Home
- All questions
- Question 411
AWS Certified Solutions Architect study material · question 411 of 500
Can one Lambda execution environment handle two requests at the same time?
Show the answer
Answer: B. No, it is occupied for the whole of a request
An execution environment cannot process another request until the current one finishes, which is why concurrency means more environments.
Source: Understanding Lambda function scaling (Amazon Web Services) — Understanding and visualizing concurrency