Created
March 13, 2019 22:56
-
-
Save medwig/79a2027cdcb41c3aed33c1b03f8e97f1 to your computer and use it in GitHub Desktop.
Split SSM variable in Serverless Framework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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