Reputation: 23
REQUEST: POST body to ApiGateway to Lambda with Content-type:text/plain
RESPONSE: "message": "Internal server error"
Body example:
{"a":"first", "b":"second"}
Which configuration did i need to change to accept this Content-Type? For json/application, it works just fine.
Upvotes: 2
Views: 1528