New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agiledigital/serverless-parameter-subscriber

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agiledigital/serverless-parameter-subscriber

serverless plugin to make allow Lambdas to included dynamically updated parameters from the paramter store.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by100%
Maintainers
8
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 13 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc