Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company configure Amazon API Gateway to access both PROD and DEV Lambda function versions simultaneously, given that each environment has a corresponding Lambda function alias?
A
Implement a Lambda authorizer and create stage variables in API Gateway for both PROD and DEV environments.
B
Establish gateway responses in API Gateway for both PROD and DEV Lambda function aliases.
C
Utilize environment variables in API Gateway to differentiate between PROD and DEV Lambda function aliases.
D
Employ API Gateway stage variables to manage the Lambda function aliases for both PROD and DEV environments.