Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin serverless-export-outputs #419

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Existing S3 - `serverless-plugin-existing-s3`](https://github.com/matt-filion/serverless-external-s3-event)** <br/> by [matt-filion](http://github.com/matt-filion) <br/> Overcomes the CloudFormation limitation on attaching an event to an uncontrolled bucket, for Serverless.com 1.11.0+. | ![Github Stars](https://img.shields.io/github/stars/matt-filion/serverless-external-s3-event.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-existing-s3.svg?label=Downloads&style=for-the-badge)|
| **[Export Env - `serverless-export-env`](https://github.com/arabold/serverless-export-env)** <br/> by [arabold](http://github.com/arabold) <br/> Export environment variables into a .env file with automatic AWS CloudFormation reference resolution. | ![Github Stars](https://img.shields.io/github/stars/arabold/serverless-export-env.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-export-env.svg?label=Downloads&style=for-the-badge)|
| **[Export Outputs - `serverless-export-outputs`](https://github.com/honarpour/serverless-export-outputs)** <br/> by [honarpour](http://github.com/honarpour) <br/> A Serverless plugin for exporting AWS stack outputs to a file | ![Github Stars](https://img.shields.io/github/stars/honarpour/serverless-export-outputs.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-export-outputs.svg?label=Downloads&style=for-the-badge)|
| **[Exports Plugin - `serverless-exports-plugin`](https://github.com/zirkelc/serverless-exports-plugin)** <br/> by [zirkelc](http://github.com/zirkelc) <br/> Serverless plugin to export environment variables and stack outputs | ![Github Stars](https://img.shields.io/github/stars/zirkelc/serverless-exports-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-exports-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Express - `serverless-express`](https://github.com/mikestaub/serverless-express)** <br/> by [mikestaub](http://github.com/mikestaub) <br/> Making express app development compatible with serverless framework. | ![Github Stars](https://img.shields.io/github/stars/mikestaub/serverless-express.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-express.svg?label=Downloads&style=for-the-badge)|
| **[External Sns Events - `serverless-plugin-external-sns-events`](https://github.com/silvermine/serverless-plugin-external-sns-events)** <br/> by [silvermine](http://github.com/silvermine) <br/> Add ability for functions to use existing or external SNS topics as an event source | ![Github Stars](https://img.shields.io/github/stars/silvermine/serverless-plugin-external-sns-events.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-external-sns-events.svg?label=Downloads&style=for-the-badge)|
| **[Externals Plugin - `serverless-externals-plugin`](https://github.com/hansottowirtz/serverless-externals-plugin)** <br/> by [hansottowirtz](http://github.com/hansottowirtz) <br/> Only include listed node modules and their dependencies in Serverless, with support for Rollup and Webpack | ![Github Stars](https://img.shields.io/github/stars/hansottowirtz/serverless-externals-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-externals-plugin.svg?label=Downloads&style=for-the-badge)|
Expand Down Expand Up @@ -344,7 +345,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Staging - `serverless-plugin-staging`](https://github.com/icarus-sullivan/serverless-plugin-staging)** <br/> by [icarus-sullivan](http://github.com/icarus-sullivan) <br/> A plugin to restrict the deployment of resources or functions on a per stage basis | ![Github Stars](https://img.shields.io/github/stars/icarus-sullivan/serverless-plugin-staging.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-staging.svg?label=Downloads&style=for-the-badge)|
| **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)** <br/> by [a-pavlenko](http://github.com/a-pavlenko) <br/> Serving static files locally with serverless-offline or a standalone command | ![Github Stars](https://img.shields.io/github/stars/a-pavlenko/serverless-plugin-static.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-static.svg?label=Downloads&style=for-the-badge)|
| **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)** <br/> by [iliasbhal](http://github.com/iliasbhal) <br/> Easily serve files from a folder while developing on localhost with the serverless-offline plugin | ![Github Stars](https://img.shields.io/github/stars/iliasbhal/serverless-static.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-static.svg?label=Downloads&style=for-the-badge)|
| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)** <br/> by [horike37](http://github.com/horike37) <br/> AWS Step Functions with Serverless Framework. | ![Github Stars](https://img.shields.io/github/stars/horike37/serverless-step-functions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions.svg?label=Downloads&style=for-the-badge)|
| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)** <br/> by [serverless-operations](http://github.com/serverless-operations) <br/> AWS Step Functions plugin for Serverless Framework | ![Github Stars](https://img.shields.io/github/stars/serverless-operations/serverless-step-functions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions.svg?label=Downloads&style=for-the-badge)|
| **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)** <br/> by [vkkis93](http://github.com/vkkis93) <br/> Emulate step functions locally when developing your Serverless project | ![Github Stars](https://img.shields.io/github/stars/vkkis93/serverless-step-functions-offline.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions-offline.svg?label=Downloads&style=for-the-badge)|
| **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)** <br/> by [StyleTributeIT](http://github.com/StyleTributeIT) <br/> Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable | ![Github Stars](https://img.shields.io/github/stars/StyleTributeIT/serverless-sthree-env.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-sthree-env.svg?label=Downloads&style=for-the-badge)|
| **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)** <br/> by [tsub](http://github.com/tsub) <br/> A serverless plugin to register AWS CloudWatchLogs subscription filter | ![Github Stars](https://img.shields.io/github/stars/tsub/serverless-plugin-subscription-filter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-subscription-filter.svg?label=Downloads&style=for-the-badge)|
Expand Down
9 changes: 8 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,14 @@
"description": "A Serverless plugin to add external folders to the deploy package",
"githubUrl": "https://github.com/epsagon/serverless-package-external",
"status": "active"
}, {
},
{
"name": "serverless-exports-plugin",
"description": "Serverless plugin to export environment variables and stack outputs",
"githubUrl": "https://github.com/zirkelc/serverless-exports-plugin",
"status": "active"
},
{
"name": "serverless-consul-variables",
"description": "Retrieve serverless variables from Consul kv",
"githubUrl": "https://github.com/zephrax/serverless-consul-variables",
Expand Down