mihir83in
mihir83in
> For temporary workaround, > I'm doing it like this with promise: > > ```js > onProxyReq: (proxyReq, req, res) => { > proxyReq.socket.pause(); > aPromise(a, b).then((c) => { >...
I have spent good 3 days troubleshooting this exact issue, I can confirm setting the variables `AWS_WEB_IDENTITY_TOKEN_FILE` and `AWS_ROLE_ARN` does resolve the issue although in a hacky way. There seems...
> Parameters are validated by [the `parseParameter()` function](https://github.com/APIDevTools/swagger-express-middleware/blob/9d19da25f83d46c69628a4fe9dc461de98f272cf/lib/param-parser.js#L114-L122), which ultimately delegates to [the `jsonValidate()` function](https://github.com/APIDevTools/swagger-express-middleware/blob/9d19da25f83d46c69628a4fe9dc461de98f272cf/lib/helpers/json-schema.js#L201-L213). JSON Schema validation is done by [tv4](https://www.npmjs.com/package/tv4). > > In your case, it appears that...
The referenced issue is still under review, is there any plan on supporting this?
Hi Guys any news on this ?
@skonves this is a question, I am not sure how can I add label to it, Apologies.
@tlivings Are you guys still using it? I am looking for swagger schema based validator that can be customized to perform additional checks as well, enjoi looks good, but since...