0 votes
in AWS by

In API Gateway, when a stage variable is used as part of an HTTP integration URL, which of the following are correct ways of defining a "subdomain" and the "path"? (Select TWO)

1 Answer

0 votes
by

Correct Answers: B and C.

A stage variable can be used as part of the HTTP integration URL in the following cases:

A full URI without protocol.

A full domain.

A subdomain.

A path.

A query string.

options B and C display the stage variable as a path & sub-domain.

...