Skip to content

Instantly share code, notes, and snippets.

@medwig
Created March 13, 2019 22:56
Show Gist options
  • Save medwig/79a2027cdcb41c3aed33c1b03f8e97f1 to your computer and use it in GitHub Desktop.
Save medwig/79a2027cdcb41c3aed33c1b03f8e97f1 to your computer and use it in GitHub Desktop.
Split SSM variable in Serverless Framework
service: splitssm
provider:
name: aws
ssm_var: ${ssm:x}
ssm_var_split: { 'Fn::Split': [ ",", "${ssm:x}" ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment