Skip to content

Commit

Permalink
Merge pull request #343 from katallaxie/master
Browse files Browse the repository at this point in the history
Added serverless-dart plugin
  • Loading branch information
eahefnawy committed Aug 28, 2020
2 parents 37c9861 + 7c95bc5 commit 3aeabc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Custom Domain - `serverless-plugin-custom-domain`](https://github.com/dougmoscrop/serverless-plugin-custom-domain)** <br/> by [dougmoscrop](http://github.com/dougmoscrop) <br/> Reliably sets a BasePathMapping to an API Gateway Custom Domain | ![Github Stars](https://img.shields.io/github/stars/dougmoscrop/serverless-plugin-custom-domain.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-custom-domain.svg?label=Downloads&style=for-the-badge)|
| **[Custom Packaging Plugin - `serverless-custom-packaging-plugin`](https://github.com/hypoport/serverless-custom-packaging-plugin)** <br/> by [hypoport](http://github.com/hypoport) <br/> Plugin to package your sourcecode using a custom target path inside the zip. | ![Github Stars](https://img.shields.io/github/stars/hypoport/serverless-custom-packaging-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-custom-packaging-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Custom Roles - `serverless-plugin-custom-roles`](https://github.com/AntonBazhal/serverless-plugin-custom-roles)** <br/> by [AntonBazhal](http://github.com/AntonBazhal) <br/> A Serverless plugin that makes creation of per function IAM roles easier. | ![Github Stars](https://img.shields.io/github/stars/AntonBazhal/serverless-plugin-custom-roles.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-custom-roles.svg?label=Downloads&style=for-the-badge)|
| **[Dart - `serverless-plugin-dart`](https://github.com/katallaxie/serverless-dart)** <br/> by [katallaxie](http://github.com/katallaxie) <br/> Deploy Dart applications to AWS Lambda | ![Github Stars](https://img.shields.io/github/stars/katallaxie/serverless-dart.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-dart.svg?label=Downloads&style=for-the-badge)|
| **[Datadog - `serverless-plugin-datadog`](https://github.com/DataDog/serverless-plugin-datadog)** <br/> by [DataDog](http://github.com/DataDog) <br/> Monitoring, tracing, and real-time metrics for your Lambda functions | ![Github Stars](https://img.shields.io/github/stars/DataDog/serverless-plugin-datadog.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-datadog.svg?label=Downloads&style=for-the-badge)|
| **[Decouple - `serverless-plugin-decouple`](https://github.com/mutual-of-enumclaw/serverless-plugin-decouple)** <br/> by [mutual-of-enumclaw](http://github.com/mutual-of-enumclaw) <br/> Remove ImportValue dependencies by replacing them with the actual values in order to update base exports | ![Github Stars](https://img.shields.io/github/stars/mutual-of-enumclaw/serverless-plugin-decouple.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-decouple.svg?label=Downloads&style=for-the-badge)|
| **[Default Aws Resource Properties - `serverless-default-aws-resource-properties`](https://github.com/neverendingqs/serverless-default-aws-resource-properties)** <br/> by [neverendingqs](http://github.com/neverendingqs) <br/> Set default properties a given CloudFormation resource should have based on type. | ![Github Stars](https://img.shields.io/github/stars/neverendingqs/serverless-default-aws-resource-properties.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-default-aws-resource-properties.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 @@ -28,6 +28,11 @@
"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",
"githubUrl": "https://github.com/manwaring/serverless-plugin-test-helper",
"status": "active"
}, {
"name": "serverless-plugin-dart",
"description": "Deploy Dart applications to AWS Lambda",
"githubUrl": "https://github.com/katallaxie/serverless-dart",
"status": "active"
}, {
"name": "serverless-plugin-iam-checker",
"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",
Expand Down

0 comments on commit 3aeabc0

Please sign in to comment.