|
3 | 3 | "description": "Sends notification to Typetalk",
|
4 | 4 | "githubUrl": "https://github.com/is2ei/serverless-plugin-typetalk",
|
5 | 5 | "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" |
6 | 11 | }, {
|
7 | 12 | "name": "serverless-plugin-test-helper",
|
8 | 13 | "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",
|
9 | 14 | "githubUrl": "https://github.com/manwaring/serverless-plugin-test-helper",
|
10 | 15 | "status": "none"
|
11 |
| -},{ |
| 16 | +}, { |
12 | 17 | "name": "serverless-plugin-iam-checker",
|
13 | 18 | "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",
|
14 | 19 | "githubUrl": "https://github.com/manwaring/serverless-plugin-iam-checker",
|
15 | 20 | "status": "none"
|
16 |
| -},{ |
| 21 | +}, { |
17 | 22 | "name": "serverless-export-outputs",
|
18 | 23 | "description": "A Serverless plugin for exporting AWS stack outputs to a file",
|
19 | 24 | "githubUrl": "https://github.com/honarpour/serverless-export-outputs",
|
|
292 | 297 | "name": "serverless-plugin-datadog",
|
293 | 298 | "description": "Monitoring, tracing, and real-time metrics for your Lambda functions",
|
294 | 299 | "githubUrl": "https://github.com/DataDog/serverless-plugin-datadog",
|
295 |
| - "status": "none" |
| 300 | + "status": "none" |
296 | 301 | }, {
|
297 | 302 | "name": "serverless-plugin-diff",
|
298 | 303 | "description": "Compares your local AWS CloudFormation templates against deployed ones.",
|
|
0 commit comments