diff --git a/README.md b/README.md
index 1d04aaf..bc6dc0e 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
 | **[Aws Nested Stacks - `serverless-aws-nested-stacks`](https://github.com/concon121/serverless-plugin-nested-stacks)** <br/> by [concon121](http://github.com/concon121) <br/> Yet another AWS nested stack plugin! | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-nested-stacks.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-nested-stacks.svg?label=Downloads&style=for-the-badge)|
 | **[Aws Resolvers - `serverless-plugin-aws-resolvers`](https://github.com/DopplerLabs/serverless-plugin-aws-resolvers)** <br/> by [DopplerLabs](http://github.com/DopplerLabs) <br/> Resolves variables from ESS, RDS, or Kinesis for serverless services | ![Github Stars](https://img.shields.io/github/stars/DopplerLabs/serverless-plugin-aws-resolvers.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-aws-resolvers.svg?label=Downloads&style=for-the-badge)|
 | **[Aws Resource Names - `serverless-aws-resource-names`](https://github.com/concon121/serverless-plugin-aws-resource-names)** <br/> by [concon121](http://github.com/concon121) <br/> Serverless plugin to alter the default naming conventions for sls resources via a simple mapping file. | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-aws-resource-names.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-resource-names.svg?label=Downloads&style=for-the-badge)|
+| **[Aws Secrets - `serverless-aws-secrets`](https://github.com/robin-thomas/serverless-aws-secrets)** <br/> by [robin-thomas](http://github.com/robin-thomas) <br/> Serverless plugin to load AWS Secrets Manager secrets using environment variables | ![Github Stars](https://img.shields.io/github/stars/robin-thomas/serverless-aws-secrets.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-secrets.svg?label=Downloads&style=for-the-badge)|
 | **[Aws Static File Handler - `serverless-aws-static-file-handler`](https://github.com/activescott/serverless-aws-static-file-handler)** <br/> by [activescott](http://github.com/activescott) <br/> An easy way to host the front-end of your web applications on Serverless framework on AWS Lambda along with their APIs written in Serverless. | ![Github Stars](https://img.shields.io/github/stars/activescott/serverless-aws-static-file-handler.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-static-file-handler.svg?label=Downloads&style=for-the-badge)|
 | **[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)|
diff --git a/plugins.json b/plugins.json
index a19f338..d54cc3f 100644
--- a/plugins.json
+++ b/plugins.json
@@ -1841,5 +1841,11 @@
     "description": "Automatically create CloudWatch alarms and dashboards for Lambda, SQS, Kinesis, DynamoDB, API Gateway and Step Functions",
     "githubUrl": "https://github.com/fourTheorem/slic-watch",
     "status": "active"
+  },
+  {
+    "name": "serverless-aws-secrets",
+    "description": "Serverless plugin to load AWS Secrets Manager secrets using environment variables",
+    "githubUrl": "https://github.com/robin-thomas/serverless-aws-secrets",
+    "status": "active"
   }
 ]