1

Did the body mapping section move in AWS' API Gateway?

Solved: new user error, see below.

I found this thread about Body mapping and I am trying to connect with a service that has a health check like feature that uses application/x-www-form-urlencoded that I cannot seem to pass through the API gateway. The solution in the thread looks like it it would resolve my issue but the section I see on their post is non existent for me. Does anyone know if there is something I can do to activate it?

I have tried adding an ANY method under a resource and seeing if allowing CORS opens anything with no luck, all the AWS docs I find point me to the same spot as well.

my API gateway integration options

1 Answers1

1

This post states that mapping is no longer needed, the detail I missed was that I thought I had redeployed the API after enabling proxy integration, saving a lambda function and saving an API deployment do very different things. I'll leave my mistake on the internet as this would have helped me 2 days ago :)