Skip to content

Instantly share code, notes, and snippets.

@JelsB
Created January 10, 2021 16:37
Show Gist options
  • Save JelsB/b7c6f7e7e27e75fa2ef4b7fd57618841 to your computer and use it in GitHub Desktop.
Save JelsB/b7c6f7e7e27e75fa2ef4b7fd57618841 to your computer and use it in GitHub Desktop.
export class OriginStack extends Stack {
// ...
const param = new ssm.StringParameter(this, 'my-ssm-param', {
parameterName: 'param-name',
description: 'description of this param',
stringValue: this.myParamValue as string
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment