Search⌘ K

Deployment II

Review assessment questions and explanations against all options to equip yourself with the necessary understanding to confidently tackle the AWS Certified Developer – Associate (DVA-C02) exam questions from the Deployment domain.

Question 45

A developer is using Lambda function aliases and API Gateway stage variables to manage dev and prod environments. They accidentally point both environments to the same alias.

What is the minimal operational step that the developer should take to restore the correct environment mapping?

A. Update the API Gateway stage variable to point to the correct Lambda alias.

B. Roll back the API Gateway deployment to the previous stage.

C. Rebuild the Lambda function from source.

D. Manually patch the function code to differentiate environments.

...