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?
Click on the arrows to vote for the correct answer
A. B. C. D.