Computer Science, asked by ankita2me, 1 month ago

You are configuring stage variables for the GET method in the API Gateway console.

Which configuration setting must you access to set the Endpoint URL stage variable value?

Answers

Answered by sameera3720
9

Answer:

To declare stage variables using the API Gateway console

Create an API, create a GET method on the API's root resource, if you have not already done so. Set the HTTP Endpoint URL value as " http://${stageVariables.url} ", and then choose Save.

Answered by dayanidhisharma19
1

Answer:

To declare stage variables using the API Gateway console.

Explanation:

Set the HTTP Endpoint URL value as " http://${stageVariables.url} ", and then choose Save. If you haven't previously, build an API and a GET method on the API's root resource.

#SPJ3

Similar questions