ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

88 / 474

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