ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 227 - DVA-C01 discussion

Report
Export

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)
Answers
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
Answers
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)
Answers
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
Answers
D.
Deploy the API versions as unique stages with unique endpoints and use stage variables to provide further context
Suggested answer: A

Explanation:

The service run different versions for testing purposes. means different stages, stage variable is the way to go.

asked 16/09/2024
Alexandra Peralta Reyes
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first