Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add serverless-systems-manager plugin #436

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)** <br/> by [sergioramos](http://github.com/sergioramos) <br/> 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) <br/> ![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)** <br/> by [silvermine](http://github.com/silvermine) <br/> 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) <br/> ![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)** <br/> by [logandk](http://github.com/logandk) <br/> 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) <br/> ![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)** <br/> by [jsandrea](https://github.com/jsandrea) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-systems-manager.svg?label=Downloads&style=for-the-badge)|
<!-- ⛔️ AUTO-GENERATED-CONTENT:END - Do not remove or modify this section. Make all updates to plugins.json -->
6 changes: 6 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]