DVA-C02 · Question #478
DVA-C02 Question #478: Real Exam Question with Answer & Explanation
Sign in or unlock DVA-C02 to reveal the answer and full explanation for question #478. The question stem and answer options stay visible for context.
Question
A developer is using AWS CloudFormation to deploy an AWS Lambda function. The developer needs to set the Lambda function's timeout value based on the environment parameter of the template. The template contains mappings of EnvironmentData for each environment's timeout value. The environment parameter and EnvironmentData mappings are as follows: Environment parameter: EnvironmentData mappings: Which statement will meet these requirements?
Options
- ATimeout: !GetAtt [EnvironmentData, !Ref Environment, Timeout]
- BTimeout: !FindInMap [EnvironmentData, !Ref Environment, Timeout]
- CTimeout: !Select [EnvironmentData, !Ref Environment, Timeout]
- DTimeout: !ForEach[EnvironmentData, !Ref Environment, Timeout]
Unlock DVA-C02 to see the answer
You've previewed enough free DVA-C02 questions. Unlock DVA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.