AmazonAmazon
DVA-C02 · Question #66
DVA-C02 Question #66: Real Exam Question with Answer & Explanation
The correct answer is B: Use a function alias with different versions.. https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html
Submitted by valeria.br· Mar 5, 2026Deployment
Question
A developer is deploying an AWS Lambda function The developer wants the ability to return to older versions of the function quickly and seamlessly. How can the developer achieve this goal with the LEAST operational overhead?
Options
- AUse AWS OpsWorks to perform blue/green deployments.
- BUse a function alias with different versions.
- CMaintain deployment packages for older versions in Amazon S3.
- DUse AWS CodePipeline for deployments and rollbacks.
Explanation
https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html
Community Discussion
No community discussion yet for this question.