Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ecfb21

Browse filesBrowse files
authored
Merge pull request #396 from JaredCE/add-openapi-documenter
2 parents 678dfd5 + ab53936 commit 9ecfb21
Copy full SHA for 9ecfb21

File tree

Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
255255
| **[Offline Ssm - `serverless-offline-ssm`](https://github.com/janders223/serverless-offline-ssm)** <br/> by [janders223](http://github.com/janders223) <br/> Read SSM parameters from a .env file instead of AWS | ![Github Stars](https://img.shields.io/github/stars/janders223/serverless-offline-ssm.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-ssm.svg?label=Downloads&style=for-the-badge)|
256256
| **[Oncall - `serverless-oncall`](https://github.com/softprops/serverless-oncall)** <br/> by [softprops](http://github.com/softprops) <br/> Easily manage oncall for your serverless services | ![Github Stars](https://img.shields.io/github/stars/softprops/serverless-oncall.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-oncall.svg?label=Downloads&style=for-the-badge)|
257257
| **[Openapi Documentation - `serverless-openapi-documentation`](https://github.com/temando/serverless-openapi-documentation)** <br/> by [temando](http://github.com/temando) <br/> Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration | ![Github Stars](https://img.shields.io/github/stars/temando/serverless-openapi-documentation.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-documentation.svg?label=Downloads&style=for-the-badge)|
258+
| **[Openapi Documenter - `serverless-openapi-documenter`](https://github.com/JaredCE/serverless-openapi-documenter)** <br/> by [JaredCE](http://github.com/JaredCE) <br/> A plugin that creates a valid OpenAPI 3.0.X json or yaml schema as well as being able to output a Postman Collection v2 in json. | ![Github Stars](https://img.shields.io/github/stars/JaredCE/serverless-openapi-documenter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-documenter.svg?label=Downloads&style=for-the-badge)|
258259
| **[Openapi Integration Helper - `serverless-openapi-integration-helper`](https://github.com/yndlingsfar/serverless-openapi-integration-helper)** <br/> by [yndlingsfar](http://github.com/yndlingsfar) <br/> Provides functionality to merge stage-dependent x-amazon-apigateway integrations into openApiSpecification files | ![Github Stars](https://img.shields.io/github/stars/yndlingsfar/serverless-openapi-integration-helper.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-integration-helper.svg?label=Downloads&style=for-the-badge)|
259260
| **[Openapi Plugin - `serverless-openapi-plugin`](https://github.com/jaumard/serverless-openapi-plugin)** <br/> by [jaumard](http://github.com/jaumard) <br/> Serverless plugin to generate serverless API architecture from OpenAPI definition. | ![Github Stars](https://img.shields.io/github/stars/jaumard/serverless-openapi-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-plugin.svg?label=Downloads&style=for-the-badge)|
260261
| **[Openwhisk - `serverless-openwhisk`](https://github.com/serverless/serverless-openwhisk)** <br/> by [serverless](http://github.com/serverless) <br/> Adds Apache OpenWhisk support to the Serverless Framework! | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-openwhisk.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openwhisk.svg?label=Downloads&style=for-the-badge)|
Collapse file

‎plugins.json‎

Copy file name to clipboardExpand all lines: plugins.json
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,11 @@
663663
"description": "Dynamically import resources by defining a convention, split up your yml",
664664
"githubUrl": "https://github.com/LeoPlatform/serverless-convention",
665665
"status": "active"
666+
}, {
667+
"name": "serverless-openapi-documenter",
668+
"description": "A plugin that creates a valid OpenAPI 3.0.X json or yaml schema as well as being able to output a Postman Collection v2 in json.",
669+
"githubUrl": "https://github.com/JaredCE/serverless-openapi-documenter",
670+
"status": "active"
666671
}, {
667672
"name": "serverless-offline-scheduler",
668673
"description": "Runs scheduled functions offline while integrating with serverless-offline",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.