volume_mute

What is the purpose of alias routing in AWS Lambda, and how can it be used during the deployment of new versions of a function?

publish date2024/09/02 04:31:20.374147 UTC

volume_mute
Alias routing allows you to manage traffic between different versions of a Lambda function by specifying a percentage of requests that should go to each version
Alias routing is used to redirect all traffic to a new function version without the possibility of gradual traffic shifting
Alias routing automatically scales the infrastructure based on the alias used
Alias routing is only used for assigning custom names to Lambda functions and has no impact on traffic management

Correct Answer

Alias routing allows you to manage traffic between different versions of a Lambda function by specifying a percentage of requests that should go to each version

Reference

AWS Skill Builder


Quizzes you can take where this question appears