Your company is developing a serverless application with an AWS Lambda function that requires multiple development and testing environments. Which AWS feature allows you to point to different versions of a Lambda function for different integration testing environments without modifying the function's ARN?
Stage Variables in API Gateway
Lambda Aliases
Lambda Versions
Environment Variables in Lambda