Hi there,
I need to expose an API Endpoint as XML. I already added the custom content-type header. But how can I parse the Json output (from a Query all records/Query single record) to XML. I was looking to use a lambda function but I am looking for a more simple alternative, if there is one?
Thanks!