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 年前348 查看次数
1 回答
0
已接受的回答

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

profile pictureAWS
专家
Uri
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则