How do I convert XML to JSON AWS API Gateway? How do I convert XML to JSON AWS API Gateway? json json

How do I convert XML to JSON AWS API Gateway?


API Gateway does not currently support direct transformation of XML response bodies. This is a commonly requested feature and is on our backlog, so it will likely get implemented eventually. In the meantime, the only option is to us a Lambda function to call your SOAP back end, parse the response, and return JSON to API Gateway.