Skip to content

Instantly share code, notes, and snippets.

@JelsB
Created January 10, 2021 16:37
Show Gist options
  • Save JelsB/ba90b10d8f7e1d194c91930a70ddd007 to your computer and use it in GitHub Desktop.
Save JelsB/ba90b10d8f7e1d194c91930a70ddd007 to your computer and use it in GitHub Desktop.
const stringValue = ssm.StringParameter.fromStringParameterAttributes(this, 'my-ssm-param-value', {
parameterName: 'param-name',
// 'version' can be specified but is optional.
}).stringValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment