Skip to content

Instantly share code, notes, and snippets.

@xandout
Created August 22, 2017 21:04
Show Gist options
  • Save xandout/2215b2b31d7c43da73f8c632148b1e8f to your computer and use it in GitHub Desktop.
Save xandout/2215b2b31d7c43da73f8c632148b1e8f to your computer and use it in GitHub Desktop.
func getSessionForRegion(region string) *session.Session {
return session.Must(session.NewSessionWithOptions(session.Options{
SharedConfigState: session.SharedConfigEnable,
Config: aws.Config{Region: aws.String(region)},
}))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment