A company is creating a REST service using an Amazon API Gateway with AWS Lambda integration. The service must run different versions for testing purposes. What would be the BEST way to accomplish this? A. Use an X-Version header to denote which version is being called and pass that header to the Lambda function(s). B. Create an API Gateway Lambda authorizer to route API clients to the correct API version. C. Create an API Gateway resource policy to isolate versions and provide context to the Lambda function(s). D. Deploy the API versions as unique stages with unique endpoints and use stage variables to provide further context.  Suggested Answer: D Community Answer: D This question is in DVA-C02 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer