When testing my Ion endpoint via the Method Test UI in the AWS Console, my response body is base64 encoded. Is there a way to get the UI to display the decoded version?
If I deploy my API and use curl to POST to my API, the response is plain text, as it should be. Perhaps I am just misunderstanding the AWS API Gateway method tester.