Created
July 19, 2018 02:51
-
-
Save Jimeux/9047794af1f9b9c53f5cb8ad9b217a1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ( | |
region = os.Getenv("AWS_DEFAULT_REGION") | |
queueURL = os.Getenv("QUEUE_URL") | |
topicARN = os.Getenv("TOPIC_ARN") | |
) | |
awsSession, err := session.NewSession(&aws.Config{Region: ®ion}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment