
Ultimate access to all questions.
In an AWS serverless application utilizing AWS Lambda functions with aliases, which deployment strategy allows for a new Lambda function version to be initially accessible to a specific percentage of production users, facilitating a controlled release process?
A
Using a weighted alias to configure traffic routing for the new function.
B
Implementing a canary deployment for Lambda functions.
C
Utilizing environment variables to manage routing to new function versions.
D
Adopting a linear deployment approach for Lambda functions.