Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Azure Functions - `serverless-azure-functions`](https://github.com/serverless/serverless-azure-functions)** <br/> by [serverless](http://github.com/serverless) <br/> A Serverless plugin that adds Azure Functions support to the Serverless Framework. | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-azure-functions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-azure-functions.svg?label=Downloads&style=for-the-badge)|
| **[Basic Authentication - `serverless-basic-authentication`](https://github.com/svdgraaf/serverless-basic-authentication)** <br/> by [svdgraaf](http://github.com/svdgraaf) <br/> Serverless Plugin for adding Basic Authentication to your api | ![Github Stars](https://img.shields.io/github/stars/svdgraaf/serverless-basic-authentication.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-basic-authentication.svg?label=Downloads&style=for-the-badge)|
| **[Bespoken - `serverless-plugin-bespoken`](https://github.com/bespoken/serverless-plugin-bespoken)** <br/> by [bespoken](http://github.com/bespoken) <br/> Creates a local server and a proxy so you don't have to deploy anytime you want to test your code | ![Github Stars](https://img.shields.io/github/stars/bespoken/serverless-plugin-bespoken.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-bespoken.svg?label=Downloads&style=for-the-badge)|
| **[Better Credentials - `serverless-better-credentials`](https://github.com/thomasmichaelwallace/serverless-better-credentials)** <br/> by [thomasmichaelwallace](http://github.com/thomasmichaelwallace) <br/> Extended AWS credentials resolution for the Serverless Framework: including Single Sign On (SSO) and credential_process support. | ![Github Stars](https://img.shields.io/github/stars/thomasmichaelwallace/serverless-better-credentials.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-better-credentials.svg?label=Downloads&style=for-the-badge)|
| **[Bind Deployment Id - `serverless-plugin-bind-deployment-id`](https://github.com/jacob-meacham/serverless-plugin-bind-deployment-id)** <br/> by [jacob-meacham](http://github.com/jacob-meacham) <br/> A Serverless plugin to bind the randomly generated deployment resource to your custom resources | ![Github Stars](https://img.shields.io/github/stars/jacob-meacham/serverless-plugin-bind-deployment-id.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-bind-deployment-id.svg?label=Downloads&style=for-the-badge)|
| **[Browserifier - `serverless-plugin-browserifier`](https://github.com/digitalmaas/serverless-plugin-browserifier)** <br/> by [digitalmaas](http://github.com/digitalmaas) <br/> Reduce the size and speed up your Node.js based lambda's using browserify. | ![Github Stars](https://img.shields.io/github/stars/digitalmaas/serverless-plugin-browserifier.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-browserifier.svg?label=Downloads&style=for-the-badge)|
| **[Browserify - `serverless-plugin-browserify`](https://github.com/doapp-ryanp/serverless-plugin-browserify)** <br/> by [doapp-ryanp](http://github.com/doapp-ryanp) <br/> Speed up your node based lambda's | ![Github Stars](https://img.shields.io/github/stars/doapp-ryanp/serverless-plugin-browserify.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-browserify.svg?label=Downloads&style=for-the-badge)|
Expand Down
6 changes: 6 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1748,6 +1748,12 @@
"githubUrl": "https://github.com/serverless-operations/serverless-lambda-edge-pre-existing-cloudfront",
"status": "active"
},
{
"name": "serverless-better-credentials",
"description": "Extended AWS credentials resolution for the Serverless Framework: including Single Sign On (SSO) and credential_process support.",
"githubUrl": "https://github.com/thomasmichaelwallace/serverless-better-credentials",
"status": "active"
},
{
"name": "serverless-offline-redis-server",
"description": "A plugin that will run a local Redis server alongside Serverless Offline",
Expand Down