PayU / openapi-validator-middleware

Input validation using Swagger (Open API) and ajv
Apache License 2.0
144 stars 50 forks source link

Support for AWS Lambda HTTP event #136

Open youngerjo opened 4 years ago

youngerjo commented 4 years ago

Hello, I'm really excited to find this project. I'm working on my Serverless framework project with OpenAPI features like documentations, API discoveries and etc. By the way I want to use this middleware as a request/response validator of AWS Lambda HTTP event but the project seems not supporting it for now. Do you have any plans to support AWS Lambda as a new framework like Express, Koa or Fastify? Maybe it would be helpful for you to consider making this middleware compatible with middy framework. Thanks.

kobik commented 3 years ago

Hi @youngerjo , thanks for your interest in this package.

Currently there is no plan to add such support from our side as we don't do serverless, but PRs are always welcome.