I have another question, from what I remember, the...
# help
a
I have another question, from what I remember, the APIGateway supports request validation by using a json schema, can I avail this feature in conjuction with sst?
f
Request validation is only available for APIGateway REST API
You would need to use the
sst.ApiGatewayV1Api
construct
a
oh, so HTTP APIs don’t support it inherently?
I don’t think switching to the v1 gateway just for sake of request validation would be justifiable financially. 😅
f
AFAIK HTTP API doesn’t support it. I could be wrong lol
almost sure
a
okay, not a deal breaker, I can do this without much hassle using something like Joi.
but not HTTP API
a
Okay, got it. Thank you.