Skip to content

Commit c26e537

Browse files
committed
update plugins.json and regenerate README
1 parent 0e41ec7 commit c26e537

File tree

4 files changed

+94
-65
lines changed

4 files changed

+94
-65
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ In order for your plugin to be considered for Community, Approved or Certified s
175175
| **[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)|
176176
| **[Local Proxy - `serverless-local-proxy`](https://github.com/serverless-local-proxy/serverless-local-proxy)** <br/> by [serverless-local-proxy](http://github.com/serverless-local-proxy) <br/> A highly composable plugin for Serverless that speeds up your local development workflow. | ![Github Stars](https://img.shields.io/github/stars/serverless-local-proxy/serverless-local-proxy.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-local-proxy.svg?label=Downloads&style=for-the-badge)|
177177
| **[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)|
178-
| **[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)|
178+
| **[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)|
179179
| **[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)|
180180
| **[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)|
181181
| **[Log Retention - `serverless-plugin-log-retention`](https://github.com/ArtificerEntertainment/serverless-plugin-log-retention)** <br/> by [ArtificerEntertainment](http://github.com/ArtificerEntertainment) <br/> Control the retention of your serverless function's cloudwatch logs. | ![Github Stars](https://img.shields.io/github/stars/ArtificerEntertainment/serverless-plugin-log-retention.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-log-retention.svg?label=Downloads&style=for-the-badge)|

Diff for: package-lock.json

+84-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"dependencies": {},
1616
"devDependencies": {
1717
"jest": "^24.8.0",
18-
"markdown-magic": "^0.1.20"
18+
"markdown-magic": "^0.1.25"
1919
}
2020
}

Diff for: plugins.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33
"description": "Sends notification to Typetalk",
44
"githubUrl": "https://github.com/is2ei/serverless-plugin-typetalk",
55
"status": "none"
6+
}, {
7+
"name": "serverless-localstack",
8+
"description": "Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!",
9+
"githubUrl": "https://github.com/LocalStack/serverless-localstack",
10+
"status": "none"
611
}, {
712
"name": "serverless-plugin-test-helper",
813
"description": "Makes it easier to end-to-end test deployed deployed services by saving CloudFormation Stack Outputs locally and exposing values via a simple Node.js library",
914
"githubUrl": "https://github.com/manwaring/serverless-plugin-test-helper",
1015
"status": "none"
11-
},{
16+
}, {
1217
"name": "serverless-plugin-iam-checker",
1318
"description": "Helps automate security controls by preventing overly broad IAM permissions via customizable rules for both actions and resource references. Ships with restrictive defaults and supports custom rule configurations via serverless.yml and environment variables",
1419
"githubUrl": "https://github.com/manwaring/serverless-plugin-iam-checker",
1520
"status": "none"
16-
},{
21+
}, {
1722
"name": "serverless-export-outputs",
1823
"description": "A Serverless plugin for exporting AWS stack outputs to a file",
1924
"githubUrl": "https://github.com/honarpour/serverless-export-outputs",
@@ -292,7 +297,7 @@
292297
"name": "serverless-plugin-datadog",
293298
"description": "Monitoring, tracing, and real-time metrics for your Lambda functions",
294299
"githubUrl": "https://github.com/DataDog/serverless-plugin-datadog",
295-
"status": "none"
300+
"status": "none"
296301
}, {
297302
"name": "serverless-plugin-diff",
298303
"description": "Compares your local AWS CloudFormation templates against deployed ones.",

0 commit comments

Comments
 (0)