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 | ![Github Stars](https://img.shields.io/github/stars/sergioramos/serverless-workspaces-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-workspaces-plugin.svg?label=Downloads&style=for-the-badge)| | **[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 | ![Github Stars](https://img.shields.io/github/stars/silvermine/serverless-plugin-write-env-vars.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-write-env-vars.svg?label=Downloads&style=for-the-badge)| | **[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 | ![Github Stars](https://img.shields.io/github/stars/logandk/serverless-wsgi.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-wsgi.svg?label=Downloads&style=for-the-badge)| +| **[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 | ![Github Stars](https://img.shields.io/github/stars/jsandrea/serverless-systems-manager.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-systems-manager.svg?label=Downloads&style=for-the-badge)| 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" } ]