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

serverless-plugin-cloudformation-cross-region-variables

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-cloudformation-cross-region-variables

Serverless plugin to get varibles from cross region cloudformation templates

  • 1.0.9
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-73.08%
Maintainers
1
Weekly downloads
 
Created
Source

serverless-plugin-cloudformation-cross-region-variables

This plugin supports using coudformation stack outputs from stacks in different regions.

Adds new variable syntax to serverless formatted as such ${cfcr:Region:StackName:OutputKey}

Also now allow use of the variable syntax ${ssmcr:Region:ParamPath} for cross region SSM parameters or ${ssmcr:Region:ParamPath~true} to decrypt secure strings values returned.

Usage


custom:
  # We have another stack we want to know about in us-east-1
  myServiceEndpoint: ${cfcr:us-east-1:other-stack-name-${opt:stage}:ServiceEndpoint}

plugins:
  - serverless-plugin-cloudformation-cross-region-variables 

Attributions

This plugin used serverless-plugin-git-variables as a base.

Keywords

FAQs

Package last updated on 02 Apr 2020

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