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 date: 2024/09/02 04:31:20.374147 UTC
volume_mute
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
