Skip to content

Commit 2111f9f

Browse files
committed
merge from master
2 parents 8a06cd7 + d23952e commit 2111f9f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ After adding your plugin to the `plugins.json` file, run `npm run docs` to regen
6161
| **[Cloudformation Parameter Setter - `serverless-cloudformation-parameter-setter`](https://github.com/trek10inc/serverless-cloudformation-parameter-setter)** <br/> by [trek10inc](http://github.com/trek10inc) <br/> Set CloudFormation parameters when deploying. | ![Github Stars](https://img.shields.io/github/stars/trek10inc/serverless-cloudformation-parameter-setter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudformation-parameter-setter.svg?label=Downloads&style=for-the-badge)|
6262
| **[Cloudformation Resource Counter - `serverless-cloudformation-resource-counter`](https://github.com/drexler/serverless-cloudformation-resource-counter)** <br/> by [drexler](http://github.com/drexler) <br/> A plugin to count the resources generated in the AWS CloudFormation stack after deployment. | ![Github Stars](https://img.shields.io/github/stars/drexler/serverless-cloudformation-resource-counter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudformation-resource-counter.svg?label=Downloads&style=for-the-badge)|
6363
| **[Cloudformation Sub Variables - `serverless-cloudformation-sub-variables`](https://github.com/santiagocardenas/serverless-cloudformation-sub-variables)** <br/> by [santiagocardenas](http://github.com/santiagocardenas) <br/> Serverless framework plugin for easily supporting AWS CloudFormation Sub function variables | ![Github Stars](https://img.shields.io/github/stars/santiagocardenas/serverless-cloudformation-sub-variables.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudformation-sub-variables.svg?label=Downloads&style=for-the-badge)|
64+
| **[Cloudwatch Dashboard - `serverless-plugin-cloudwatch-dashboard`](https://github.com/codecentric/serverless-plugin-cloudwatch-dashboard)** <br/> by [codecentric](http://github.com/codecentric) <br/> Serverless plugin to generate AWS CloudWatch dashboard for AWS Lambda functions | ![Github Stars](https://img.shields.io/github/stars/codecentric/serverless-plugin-cloudwatch-dashboard.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-cloudwatch-dashboard.svg?label=Downloads&style=for-the-badge)|
6465
| **[Cloudwatch Sumologic - `serverless-plugin-cloudwatch-sumologic`](https://github.com/ACloudGuru/serverless-plugin-cloudwatch-sumologic)** <br/> by [ACloudGuru](http://github.com/ACloudGuru) <br/> Plugin which auto-subscribes a log delivery lambda function to lambda log groups created by serverless | ![Github Stars](https://img.shields.io/github/stars/ACloudGuru/serverless-plugin-cloudwatch-sumologic.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-cloudwatch-sumologic.svg?label=Downloads&style=for-the-badge)|
6566
| **[Coffeescript - `serverless-coffeescript`](https://github.com/duanefields/serverless-coffeescript)** <br/> by [duanefields](http://github.com/duanefields) <br/> A Serverless plugin to compile your CoffeeScript into JavaScript at deployment | ![Github Stars](https://img.shields.io/github/stars/duanefields/serverless-coffeescript.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-coffeescript.svg?label=Downloads&style=for-the-badge)|
6667
| **[Cognito Add Custom Attributes - `serverless-cognito-add-custom-attributes`](https://github.com/GetWala/serverless-cognito-add-custom-attributes)** <br/> by [GetWala](http://github.com/GetWala) <br/> Serverless Plugin for adding custom attributes to an existing CloudFormation-managed CognitoUserPool and CognitoUserPoolClient without losing all your users | ![Github Stars](https://img.shields.io/github/stars/GetWala/serverless-cognito-add-custom-attributes.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-cognito-add-custom-attributes.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,5 +1058,10 @@
10581058
"name": "serverless-http-invoker",
10591059
"description": "Locally invoke Serverless functions via their HTTP event as specified in Serverless.yml. It makes it easy to test not only your handler logic, but also ensures that you have your http events setup properly in serverless.yml without deploying.",
10601060
"githubUrl": "https://github.com/activescott/serverless-http-invoker"
1061+
},
1062+
{
1063+
"name": "serverless-plugin-cloudwatch-dashboard",
1064+
"description": "Serverless plugin to generate AWS CloudWatch dashboard for AWS Lambda functions",
1065+
"githubUrl": "https://github.com/codecentric/serverless-plugin-cloudwatch-dashboard"
10611066
}
10621067
]

0 commit comments

Comments
 (0)