Skip to content

Instantly share code, notes, and snippets.

@extrawurst
Created December 15, 2018 11:44
Show Gist options
  • Save extrawurst/dbe1c67f59cf0f7a911050d4f44f73c9 to your computer and use it in GitHub Desktop.
Save extrawurst/dbe1c67f59cf0f7a911050d4f44f73c9 to your computer and use it in GitHub Desktop.
sess, err := awssession.NewSession(...)
if err != nil {
log.Fatalf("session error: %s\n", err)
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment