volume_mute
Lambda invokes your function in an __________ environment, which is a secure and isolated environment
publish date: 2024/08/29 01:33:00 UTC
Missing Word
Correct Answer
execution
Explanation
Lambda invokes your function in an execution environment, which is a secure and isolated environment. The execution environment manages the resources required to run your function. The execution environment also provides lifecycle support for the function's runtime and any external extensions associated with your function.
Reference
AWS Skill Builder