
Ultimate access to all questions.
A developer is working on deploying a Lambda function and requires a smooth method to revert back to previous versions whenever necessary. They need a solution that minimizes the complexity and management effort involved.
Which of the following solutions provides the LEAST operational overhead?
A
Use CodeDeploy to configure blue/green deployments for the different Lambda function versions
B
Use Lambda function layers that can point to the different versions
C
Use a Route 53 weighted policy that can point to the different Lambda function versions
D
Use a Lambda function alias that can point to the different versions