Socket
Book a DemoInstallSign in
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

latest
npmnpm
Version
1.0.9
Version published
Maintainers
1
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

serverless

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