Page 1 of 1

A developer is deploying an AWS Lambda function The developer wants the ability to return to older versions of the funct

Posted: Mon Mar 27, 2023 1:38 pm
by answerhappygod
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?

A. Use AWS OpsWorks to perform blue/green deployments.
B. Use a function alias with different versions.
C. Maintain deployment packages for older versions in Amazon S3.
D. Use AWS CodePipeline for deployments and rollbacks.