Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer test a new AWS Lambda function version by splitting traffic between the current and new versions?
A
Using Amazon Route 53 to set up a weighted routing policy for Lambda function versions.
B
Creating a function alias to manage traffic distribution between Lambda function versions.
C
Utilizing an Application Load Balancer to direct traffic to different Lambda function versions.
D
Implementing the new Lambda function as a layer on the existing version to control traffic split.