Skip to content

Commit bdc68f6

Browse files
author
Emmanuel Lemoine
committed
- Submits new plugin: serverless-ssm-fetch
1 parent d083337 commit bdc68f6

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
jest
3+
.idea/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ If you have ideas for features or plugins, add a new [thread](https://github.com
105105
| **[Split Stacks - `serverless-plugin-split-stacks`](https://github.com/dougmoscrop/serverless-plugin-split-stacks)** <br/> Migrate certain resources to nested stacks | [dougmoscrop](http://github.com/dougmoscrop) |
106106
| **[Sqs Alarms Plugin - `serverless-sqs-alarms-plugin`](https://github.com/sbstjn/serverless-sqs-alarms-plugin)** <br/> Wrapper to setup CloudWatch Alarms on SQS queue length | [sbstjn](http://github.com/sbstjn) |
107107
| **[Sqs Fifo - `serverless-sqs-fifo`](https://github.com/vortarian/serverless-sqs-fifo)** <br/> A serverless plugin to handle creation of sqs fifo queue's in aws (stop-gap) | [vortarian](http://github.com/vortarian) |
108+
| **[Ssm Fetch - `serverless-ssm-fetch`](https://github.com/gozup/serverless-ssm-fetch)** <br/> Sets "AWS Systems Manager Parameter Store (SSM)" parameters into functions' environment variables. | [gozup](http://github.com/gozup) |
108109
| **[Stack Config - `serverless-plugin-stack-config`](https://github.com/rawphp/serverless-plugin-stack-config)** <br/> A serverless plugin to manage configurations for a stack across micro-services. | [rawphp](http://github.com/rawphp) |
109110
| **[Stack Output - `serverless-stack-output`](https://github.com/sbstjn/serverless-stack-output)** <br/> Store output from your AWS CloudFormation Stack in JSON/YAML/TOML files, or to pass it to a JavaScript function for further processing. | [sbstjn](http://github.com/sbstjn) |
110111
| **[Stack Outputs - `serverless-plugin-stack-outputs`](https://github.com/svdgraaf/serverless-plugin-stack-outputs)** <br/> Displays stack outputs for your serverless stacks when `sls info` is ran | [svdgraaf](http://github.com/svdgraaf) |

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"name": "serverless-ssm-fetch",
4+
"description": "Sets \"AWS Systems Manager Parameter Store (SSM)\" parameters into functions' environment variables.",
5+
"githubUrl": "https://github.com/gozup/serverless-ssm-fetch"
6+
},
27
{
38
"name": "serverless-custom-packaging-plugin",
49
"description": "Plugin to package your sourcecode using a custom target path inside the zip.",

0 commit comments

Comments
 (0)