Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon DVA-C02 Exam - Topic 2 Question 63 Discussion

Actual exam question for Amazon's DVA-C02 exam
Question #: 63
Topic #: 2
[All DVA-C02 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: B

A function alias is a pointer to a specific Lambda function version. You can use aliases to create different environments for your function, such as development, testing, and production. You can also use aliases to perform blue/green deployments by shifting traffic between two versions of your function gradually. This way, you can easily roll back to a previous version if something goes wrong, without having to redeploy your code or change your configuration. Reference:AWS Lambda function aliases


Contribute your Thoughts:

0/2000 characters
Tora
3 days ago
I remember we discussed using function aliases in class. It seems like a straightforward way to manage versions without too much hassle.
upvoted 0 times
...

Save Cancel