Question 88:
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)
Answer options:
A.http://example.com/${<variable_name>}/prod B.http://example.com/${stageVariables.<variable_name>}/prod C.http://${stageVariables.<variable_name>}.example.com/dev/operation D.http://${stageVariables}.example.com/dev/operation E.http://${<variable_name>}.example.com/dev/operation F.http://example.com/${stageVariables}/prod