Skip to content

Instantly share code, notes, and snippets.

@Jimeux
Created July 19, 2018 02:51
Show Gist options
  • Save Jimeux/9047794af1f9b9c53f5cb8ad9b217a1b to your computer and use it in GitHub Desktop.
Save Jimeux/9047794af1f9b9c53f5cb8ad9b217a1b to your computer and use it in GitHub Desktop.
var (
region = os.Getenv("AWS_DEFAULT_REGION")
queueURL = os.Getenv("QUEUE_URL")
topicARN = os.Getenv("TOPIC_ARN")
)
awsSession, err := session.NewSession(&aws.Config{Region: &region})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment