Skip to content
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 @@ -220,6 +220,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Local Kinesis - `serverless-local-kinesis`](https://github.com/pidz-development/serverless-local-kinesis)** <br/> by [pidz-development](http://github.com/pidz-development) <br/> Run a local kinesis and automatically fire events | ![Github Stars](https://img.shields.io/github/stars/pidz-development/serverless-local-kinesis.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-local-kinesis.svg?label=Downloads&style=for-the-badge)|
| **[Local Schedule - `serverless-local-schedule`](https://github.com/UnitedIncome/serverless-local-schedule)** <br/> by [UnitedIncome](http://github.com/UnitedIncome) <br/> Schedule AWS CloudWatch Event based invocations in local time(with DST support!) | ![Github Stars](https://img.shields.io/github/stars/UnitedIncome/serverless-local-schedule.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-local-schedule.svg?label=Downloads&style=for-the-badge)|
| **[Localstack - `serverless-localstack`](https://github.com/LocalStack/serverless-localstack)** <br/> by [LocalStack](http://github.com/LocalStack) <br/> Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline! | ![Github Stars](https://img.shields.io/github/stars/LocalStack/serverless-localstack.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-localstack.svg?label=Downloads&style=for-the-badge)|
| **[Log Class - `serverless-plugin-log-class`](https://github.com/qubops/serverless-plugin-log-class)** <br/> by [qubops](http://github.com/qubops) <br/> Set the Cloudwatch log class for function log groups | ![Github Stars](https://img.shields.io/github/stars/qubops/serverless-plugin-log-class.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-log-class.svg?label=Downloads&style=for-the-badge)|
| **[Log Filter Subscription - `serverless-log-filter-subscription`](https://github.com/schwamster/serverless-log-filter-subscription)** <br/> by [schwamster](http://github.com/schwamster) <br/> This serverless plugin creates log filter subscription for all lambda functions configured in your projects serverless.yml | ![Github Stars](https://img.shields.io/github/stars/schwamster/serverless-log-filter-subscription.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-log-filter-subscription.svg?label=Downloads&style=for-the-badge)|
| **[Log Forwarding - `serverless-log-forwarding`](https://github.com/amplify-education/serverless-log-forwarding)** <br/> by [amplify-education](http://github.com/amplify-education) <br/> Serverless plugin for forwarding CloudWatch logs to another Lambda function. | ![Github Stars](https://img.shields.io/github/stars/amplify-education/serverless-log-forwarding.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-log-forwarding.svg?label=Downloads&style=for-the-badge)|
| **[Log Metric Filter - `serverless-log-metric-filter`](https://github.com/saqemlas/serverless-log-metric-filter)** <br/> by [saqemlas](http://github.com/saqemlas) <br/> Add Cloudwatch Log Metric Filter to Cloudwatch Logs | ![Github Stars](https://img.shields.io/github/stars/saqemlas/serverless-log-metric-filter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-log-metric-filter.svg?label=Downloads&style=for-the-badge)|
Expand Down
5 changes: 5 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
"description": "Add Cloudwatch Log Metric Filter to Cloudwatch Logs",
"githubUrl": "https://github.com/saqemlas/serverless-log-metric-filter",
"status": "active"
},{
"name": "serverless-plugin-log-class",
"description": "Set the Cloudwatch log class for function log groups",
"githubUrl": "https://github.com/qubops/serverless-plugin-log-class",
"status": "active"
},
{
"name": "serverless-plugin-sumologic",
Expand Down