serverless-openapi-documentation
serverless-openapi-documentation copied to clipboard
Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration
Closes #30
Hi is there any way to combine documentation from multiple serverless.yml? So I'm thinking about using a file for documentation and multiple serverless.yml can refer to it. And when generating,...
According to swagger doc, the "examples" is a object not an array https://swagger.io/docs/specification/adding-examples/
Hi! What should I do or visit after deploying in order to test or see the endpoints doc? Thanks.
i try to follow the example in the documentation. But i cant get the `requestBody`, and `requestModels` to generated in the documentation file. ``` service: hasuraLambda # NOTE: update this...
I have multiple methods per function for some of my lambdas. i.e. I have a GET, PATCH and DELETE in one lambda (due to Amazon limitation of about 35 endpoints...
I am trying to install this plugin in a node docker image (v.10.10.0). However, after npm install, serverless says that this plugin could not be found and indeed the dist...
Atttempts to use `JSON` schemas with definitions that are referencing themselves leads to stack overflow and crash. ### Steps to reproduce: 1. create a schema: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "definitions":...
Pretty sure this is an issue with my config, but I need some help. I have added a bit of documentation to some of my endpoints, but none of the...
The `serverless.docs.yml` and `serverless.yml` duplicate the same documentation and it's not clear which was used to generate the `openapi.yml` in the directory. When I run the sample my `createUser` endpoint...