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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南