Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
does api gateway parse or validate XML?
0
I created a Open API spec to define the API Gateway endpoints which includes a definition of the XML used in the POST body. I guessed that API Gateway would parse or at least validate XML POSTs, but after playing with it, seems like all you can do is pass the XML thru to a lambda function to parse it?