Customizing Error Responses in AWS API Gateway - Tips and Tricks

How to Make Error Responses More User-Readable in AWS API Gateway

Prev Question Next Question

Question

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.