ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

207 / 474

Question 207:

As an API developer, you have just configured an API with the AWS API gateway service. You are testing out the API and getting the below response whenever an action is made to an undefined API resource.
{ “message”: “Missing Authentication Token” }
You want to customize the error response and make it more user-readable. How can you achieve this?

Answer options:

A.By setting up the appropriate method in the API gateway
B.By setting up the appropriate method integration request in the API gateway
C.By setting up the appropriate gateway response in the API gateway
D.By setting up the appropriate gateway request in the API gateway