Oneal Anguin
Oneal Anguin
Any updates on this issue.
Was able to get around this by creating a validator object. ```javascript const queryStringValidator = new apigateway.RequestValidator( scope, "validator", { restApi: api, requestValidatorName: "validator", validateRequestBody: false, validateRequestParameters: true, } );...
I am also having this issue. Was anyone able to resolve it. I was just able to resolve this issue. For anyone having a similar issue. The problem is related...