exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 464 discussion

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?

  • A. Timeout: !GetAtt [EnvironmentData, !Ref Environment, Timeout]
  • B. Timeout: !FindInMap [EnvironmentData, !Ref Environment, Timeout]
  • C. Timeout: !Select [EnvironmentData, !Ref Environment, Timeout]
  • D. Timeout: !ForEach[EnvironmentData, !Ref Environment, Timeout]
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ShakthiGCP
4 months, 1 week ago
Selected Answer: B
!FindInMap is an intrinsic function used to retrieve a value from a mapping
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago