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?

1 Answer
0
Accepted Answer

No. API Gateway only validates JSON schemas. Same from transformation.

profile pictureAWS
EXPERT
Uri
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions