A team wants to test a new Lambda function version in production without routing any customer traffic to it. Which approach allows non-destructive validation?
-
A
Deploy to a separate AWS account and use VPC peering
-
B
Use Lambda aliases with 0% traffic weight on the new version
-
C
Replace the existing function and monitor CloudWatch alarms
-
D
Use AWS Config rules to validate the function before deployment