diff --git a/README.md b/README.md
index 7c1ddc7..292a3a3 100644
--- a/README.md
+++ b/README.md
@@ -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)**
by [serverless](http://github.com/serverless)
A Serverless plugin that adds Azure Functions support to the Serverless Framework. | 
|
| **[Basic Authentication - `serverless-basic-authentication`](https://github.com/svdgraaf/serverless-basic-authentication)**
by [svdgraaf](http://github.com/svdgraaf)
Serverless Plugin for adding Basic Authentication to your api | 
|
| **[Bespoken - `serverless-plugin-bespoken`](https://github.com/bespoken/serverless-plugin-bespoken)**
by [bespoken](http://github.com/bespoken)
Creates a local server and a proxy so you don't have to deploy anytime you want to test your code | 
|
+| **[Better Credentials - `serverless-better-credentials`](https://github.com/thomasmichaelwallace/serverless-better-credentials)**
by [thomasmichaelwallace](http://github.com/thomasmichaelwallace)
Extended AWS credentials resolution for the Serverless Framework: including Single Sign On (SSO) and credential_process support. | 
|
| **[Bind Deployment Id - `serverless-plugin-bind-deployment-id`](https://github.com/jacob-meacham/serverless-plugin-bind-deployment-id)**
by [jacob-meacham](http://github.com/jacob-meacham)
A Serverless plugin to bind the randomly generated deployment resource to your custom resources | 
|
| **[Browserifier - `serverless-plugin-browserifier`](https://github.com/digitalmaas/serverless-plugin-browserifier)**
by [digitalmaas](http://github.com/digitalmaas)
Reduce the size and speed up your Node.js based lambda's using browserify. | 
|
| **[Browserify - `serverless-plugin-browserify`](https://github.com/doapp-ryanp/serverless-plugin-browserify)**
by [doapp-ryanp](http://github.com/doapp-ryanp)
Speed up your node based lambda's | 
|
diff --git a/plugins.json b/plugins.json
index 0d55b04..a053464 100644
--- a/plugins.json
+++ b/plugins.json
@@ -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",