volume_mute
Match the Lambda lifecycle steps with the correct phase
publish date: 2024/08/29 02:07:2.659893 UTC
volume_muteTo complete the line match
- Click on an item in the first group
- Click on the match in the second group
To delete a match, double click on a line
Lifecycle step
Lambda creates or unfreezes an execution environment with the configured resources
Lambda shuts down the runtime
The event source initiates an invocation of a Lambda function
Phase
Init phase
Invoke phase
Shutdown phase
Correct Answer
(1) Lambda creates or unfreezes an execution environment with the configured resources,Init phase
(2) Lambda shuts down the runtime,Shutdown phase
(3) The event source initiates an invocation of a Lambda function,Invoke phase
Reference
AWS Skill Builder