DVA-C02 · Question #327
A company has a mobile app. The app includes an Amazon API Gateway REST API that invokes AWS Lambda functions. The Lambda functions process data from the app. The company needs to test updated Lambda
The correct answer is B. Create a new REST API in API Gateway. Set up a Lambda proxy integration to connect to. https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy- integrations.html
Question
A company has a mobile app. The app includes an Amazon API Gateway REST API that invokes AWS Lambda functions. The Lambda functions process data from the app. The company needs to test updated Lambda functions that have new features. The company must conduct these tests with a subset of users before deployment. The tests must not affect other users of the app. Which solution will meet these requirements with the LEAST amount of operational effort?
Options
- ACreate a new version of each Lambda function with a weighted alias. Configure a weight value for
- BCreate a new REST API in API Gateway. Set up a Lambda proxy integration to connect to
- CCreate a new version of each Lambda function. Integrate a predefined canary deployment in
- DCreate a new REST API in API Gateway. Set up a Lambda non-proxy integration to connect to
How the community answered
(40 responses)- A15% (6)
- B75% (30)
- C3% (1)
- D8% (3)
Explanation
https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy- integrations.html
Community Discussion
No community discussion yet for this question.