Skip to content

Commit 1a5bfe8

Browse files
committed
Added serverless-plugin-cloudwatch-dashboard
1 parent 267153b commit 1a5bfe8

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
@@ -1048,5 +1048,10 @@
10481048
"name": "serverless-plugin-parcel",
10491049
"description": "Serverless Parcel plugin with watch mode and serverless-offline support",
10501050
"githubUrl": "https://github.com/threadheap/serverless-plugin-parcel"
1051+
},
1052+
{
1053+
"name": "serverless-plugin-cloudwatch-dashboard",
1054+
"description": "Serverless plugin to generate AWS CloudWatch dashboard for AWS Lambda functions",
1055+
"githubUrl": "https://github.com/codecentric/serverless-plugin-cloudwatch-dashboard"
10511056
}
10521057
]

0 commit comments

Comments
 (0)