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)**
by [concon121](http://github.com/concon121)
Yet another AWS nested stack plugin! | 
|
| **[Aws Resolvers - `serverless-plugin-aws-resolvers`](https://github.com/DopplerLabs/serverless-plugin-aws-resolvers)**
by [DopplerLabs](http://github.com/DopplerLabs)
Resolves variables from ESS, RDS, or Kinesis for serverless services | 
|
| **[Aws Resource Names - `serverless-aws-resource-names`](https://github.com/concon121/serverless-plugin-aws-resource-names)**
by [concon121](http://github.com/concon121)
Serverless plugin to alter the default naming conventions for sls resources via a simple mapping file. | 
|
+| **[Aws Secrets - `serverless-aws-secrets`](https://github.com/robin-thomas/serverless-aws-secrets)**
by [robin-thomas](http://github.com/robin-thomas)
Serverless plugin to load AWS Secrets Manager secrets using environment variables | 
|
| **[Aws Static File Handler - `serverless-aws-static-file-handler`](https://github.com/activescott/serverless-aws-static-file-handler)**
by [activescott](http://github.com/activescott)
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. | 
|
| **[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 | 
|
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"
}
]