A simple openapi generator for serverless.
Support for serverless 2 and 3
The files is generated locally without any upload to aws apigateway.
npm i -D @nightapes/serverless-openapi
Add plugin into your serverless.yml
file
plugins:
- '@nightapes/serverless-openapi'
A detailed documentation can be found here