serverless-openapi-documenter
serverless-openapi-documenter copied to clipboard
Serverless plugin to export your config as OpenAPI v3 Documentation and Postman Collection V2
We have many projects with existing API definitions in serverless.yml. I want to generate openapi.json files without needing to document all these projects. In this PR API paths and parameters...
Bumps [@redocly/openapi-core](https://github.com/Redocly/redocly-cli) from 1.2.0 to 1.21.0. Release notes Sourced from @redocly/openapi-core's releases. @redocly/openapi-core@1.21.0 No release notes provided. @redocly/openapi-core@1.20.1 No release notes provided. @redocly/openapi-core@1.20.0 Minor Changes Added support for ESM plugins...
Bumps [nock](https://github.com/nock/nock) from 13.5.4 to 13.5.5. Release notes Sourced from nock's releases. v13.5.5 13.5.5 (2024-08-20) Bug Fixes backport: memory leaks due to timer references outliving the timers (#2773) (#2773) (66eb7f4)...
**Describe the bug** When deploying a service with an already existing APIGateway - hence passing the already existing ApiGW ID to the provider - and setting a request validator via...
**Describe the bug** I configured it according to "Serverless Request Schema Validators" in the README, but an error occurred. https://github.com/JaredCE/serverless-openapi-documenter?tab=readme-ov-file#serverless-request-schema-validators **To Reproduce** `serverless.yml` is as follows: ```yaml service: serverless-openapi-doc-demo frameworkVersion:...