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

sfn-ssm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfn-ssm

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sfn-ssm

Maintainability Test Coverage

sfn-ssm is a parameter resolver used with Sparkleformation via sfn-parameters (https://github.com/sparkleformation/sfn-parameters)

Use

  1. Install this Gem where you will run Sparkleformation CLI.
  2. Provide AWS credentials following the normal AWS SDK for Ruby guidelines (https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html)
  3. Update your .sfn.rb file to include sfn-ssm in the require array.
callbacks do
    require ['sfn-parameters', 'sfn-ssm']
    default ['parameters_stacks']
  end

4.Use the Sparkleformation CLI to perform the action you desire, parameters will be filled in via Parameter Store as appropriate

Use in parameter file

Using this resolver is as simple as including parameter_store as your key name and the name of the path/value you want to lookup in Parameter Store in your sfn-parameters file.

parameters:
  stack_creator:
    parameter_store: name_to_lookup

FAQs

Package last updated on 05 Nov 2018

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