Skip to content

Instantly share code, notes, and snippets.

@mweagle
Last active November 8, 2016 15:40
Show Gist options
  • Save mweagle/75e71c690d9e0e11b66a7f9433cbd63a to your computer and use it in GitHub Desktop.
Save mweagle/75e71c690d9e0e11b66a7f9433cbd63a to your computer and use it in GitHub Desktop.
// Go get the outputs of the GrafanaStack
awsSession := session.New()
cloudFormationSvc := cloudformation.New(awsSession)
params := &cloudformation.DescribeStacksInput{
StackName: aws.String(GrafanaStackName),
}
outputResults, outputResultsErr := cloudFormationSvc.DescribeStacks(params)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment