0.0.10 • Published 6 years ago

@agiledigital/serverless-param-subscriber v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

serverless-parameter-subscriber

Not working yet!

Processes the SSM parameter change event so that the dependent Lambda Function will get the updated SSM parameter value.

Example: The below setup must be done within your serverless project, we will have a plugin to support the setup soon.

  • Function Name: myFunction
  • Function ENV: MY_ENV
  • SSM Parameter Key: myParam
  • Subscriber Parameter Key: /subscriber/myParam/MY_ENV/myFunction

For the above example setup, the MY_ENV value will be the value of myParam, and this Lambda will update the MY_ENV environment variable based on the change event from myParam. Search of what function to update is done based on the subscriber parameter key path: /subscriber/myParam.

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago