From 571c819a31d2052e593a9dc27f5b3895a635c837 Mon Sep 17 00:00:00 2001 From: Javier Sandrea Date: Fri, 9 Aug 2024 19:45:05 -0500 Subject: [PATCH] add serverless-systems-manager plugin --- README.md | 1 + plugins.json | 6 ++++++ 2 files changed, 7 insertions(+) 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" } ]