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-aws-secrets #420

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Aws Nested Stacks - `serverless-aws-nested-stacks`](https://github.com/concon121/serverless-plugin-nested-stacks)** <br/> by [concon121](http://github.com/concon121) <br/> Yet another AWS nested stack plugin! | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-nested-stacks.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-nested-stacks.svg?label=Downloads&style=for-the-badge)|
| **[Aws Resolvers - `serverless-plugin-aws-resolvers`](https://github.com/DopplerLabs/serverless-plugin-aws-resolvers)** <br/> by [DopplerLabs](http://github.com/DopplerLabs) <br/> Resolves variables from ESS, RDS, or Kinesis for serverless services | ![Github Stars](https://img.shields.io/github/stars/DopplerLabs/serverless-plugin-aws-resolvers.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-aws-resolvers.svg?label=Downloads&style=for-the-badge)|
| **[Aws Resource Names - `serverless-aws-resource-names`](https://github.com/concon121/serverless-plugin-aws-resource-names)** <br/> by [concon121](http://github.com/concon121) <br/> Serverless plugin to alter the default naming conventions for sls resources via a simple mapping file. | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-aws-resource-names.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-resource-names.svg?label=Downloads&style=for-the-badge)|
| **[Aws Secrets - `serverless-aws-secrets`](https://github.com/robin-thomas/serverless-aws-secrets)** <br/> by [robin-thomas](http://github.com/robin-thomas) <br/> Serverless plugin to load AWS Secrets Manager secrets using environment variables | ![Github Stars](https://img.shields.io/github/stars/robin-thomas/serverless-aws-secrets.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-secrets.svg?label=Downloads&style=for-the-badge)|
| **[Aws Static File Handler - `serverless-aws-static-file-handler`](https://github.com/activescott/serverless-aws-static-file-handler)** <br/> by [activescott](http://github.com/activescott) <br/> An easy way to host the front-end of your web applications on Serverless framework on AWS Lambda along with their APIs written in Serverless. | ![Github Stars](https://img.shields.io/github/stars/activescott/serverless-aws-static-file-handler.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-static-file-handler.svg?label=Downloads&style=for-the-badge)|
| **[Azure Functions - `serverless-azure-functions`](https://github.com/serverless/serverless-azure-functions)** <br/> by [serverless](http://github.com/serverless) <br/> A Serverless plugin that adds Azure Functions support to the Serverless Framework. | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-azure-functions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-azure-functions.svg?label=Downloads&style=for-the-badge)|
| **[Basic Authentication - `serverless-basic-authentication`](https://github.com/svdgraaf/serverless-basic-authentication)** <br/> by [svdgraaf](http://github.com/svdgraaf) <br/> Serverless Plugin for adding Basic Authentication to your api | ![Github Stars](https://img.shields.io/github/stars/svdgraaf/serverless-basic-authentication.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-basic-authentication.svg?label=Downloads&style=for-the-badge)|
Expand Down
6 changes: 6 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1841,5 +1841,11 @@
"description": "Automatically create CloudWatch alarms and dashboards for Lambda, SQS, Kinesis, DynamoDB, API Gateway and Step Functions",
"githubUrl": "https://github.com/fourTheorem/slic-watch",
"status": "active"
},
{
"name": "serverless-aws-secrets",
"description": "Serverless plugin to load AWS Secrets Manager secrets using environment variables",
"githubUrl": "https://github.com/robin-thomas/serverless-aws-secrets",
"status": "active"
}
]