How to validate request path parameters for API Gateway in OpenAPI definition

0

Currently, there is a way to validate headers, query parameters, and the request body using a validator. But there isn't a way to do this validation for request path parameters.

The same question has been asked in the thread https://forums.aws.amazon.com/thread.jspa?threadID=267060 from 2017.

However, there hasn't been an answer in that thread. So my question would be: is there a way to validate request path parameters in API Gateway similar to how we validate headers, query parameters, and the request body?

Thank you

2 回答
0
已接受的回答

It is still not possible to validate the format of path parameters, only their existence. You will need to validate the format in the integration.

profile pictureAWS
专家
Uri
已回答 2 年前
0

Hi there, perhaps I'm not fully understanding your question, however if there path is incorrect, there won't be an API Gateway resource on the back end to hit so any validation on that path would need to happen client side. I'm not aware of any option in the OpenApi definition to add validation on the path parameters.

已回答 2 年前

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

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

回答问题的准则