You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi, this looks awesome and one of the few (only?) validators working with OpenAPI 3.1 specs however I was hoping to use this in an AWS Lambda / API Gateway setup where I don't currently use Express
Describe the solution you'd like
A way to import just the validator not in the form of Express middleware either as separate package or named export from this one
Describe alternatives you've considered
Looks like we might be able to hack this to work by just passing Express middleware style args in to get the validation results but that would still result in including Express as a dependency and probably lot's of hassle keeping Typescript happy!
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hi, this looks awesome and one of the few (only?) validators working with OpenAPI 3.1 specs however I was hoping to use this in an AWS Lambda / API Gateway setup where I don't currently use Express
Describe the solution you'd like
A way to import just the validator not in the form of Express middleware either as separate package or named export from this one
Describe alternatives you've considered
Looks like we might be able to hack this to work by just passing Express middleware style args in to get the validation results but that would still result in including Express as a dependency and probably lot's of hassle keeping Typescript happy!
Additional context
The text was updated successfully, but these errors were encountered: