diff --git a/README.md b/README.md
index 1d04aaf..773a430 100644
--- a/README.md
+++ b/README.md
@@ -383,4 +383,5 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Workspaces Plugin - `serverless-workspaces-plugin`](https://github.com/sergioramos/serverless-workspaces-plugin)**
by [sergioramos](http://github.com/sergioramos)
Resolve and Symlink hoisted dependencies when individually packaging each function | 
|
| **[Write Env Vars - `serverless-plugin-write-env-vars`](https://github.com/silvermine/serverless-plugin-write-env-vars)**
by [silvermine](http://github.com/silvermine)
Write environment variables out to a file that is compatible with dotenv | 
|
| **[Wsgi - `serverless-wsgi`](https://github.com/logandk/serverless-wsgi)**
by [logandk](http://github.com/logandk)
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages | 
|
+| **[Systems Manager - `serverless-systems-manager`](https://github.com/jsandrea/serverless-systems-manager)**
by [jsandrea](https://github.com/jsandrea)
Serverless Systems Manager plugin, it will help you managing resources for AWS Systems Manager | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..15eeba0 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-systems-manager",
+ "description": "Serverless Systems Manager plugin, it will help you managing resources for AWS Systems Manager",
+ "githubUrl": "https://github.com/jsandrea/serverless-systems-manager",
+ "status": "active"
}
]