diff --git a/README.md b/README.md index 1d04aaf..bc6dc0e 100644 --- a/README.md +++ b/README.md @@ -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! |  <br/> | | **[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 |  <br/> | | **[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. |  <br/> | +| **[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 |  <br/> | | **[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. |  <br/> | | **[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. |  <br/> | | **[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 |  <br/> | diff --git a/plugins.json b/plugins.json index a19f338..d54cc3f 100644 --- a/plugins.json +++ b/plugins.json @@ -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" } ]