- Home
- All questions
- Question 409
AWS Certified Solutions Architect study material · question 409 of 500
Which two phases does Lambda use to serve a request? Choose two.
Show the answer
Answer: D. The Init phase, which builds the execution environment
A. The Invoke phase, which runs the handler
Lambda initializes an execution environment and then invokes the function; code outside the handler runs during Init.
Source: Understanding Lambda function scaling (Amazon Web Services) — Understanding and visualizing concurrency