Changing the AWS CodeCommit Connection Initiation to use the new session based work

This commit is contained in:
stack72 2015-10-30 22:22:22 +00:00
parent 14604e432e
commit 63d7f5993d
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ func (c *Config) Client() (interface{}, error) {
client.codedeployconn = codedeploy.New(sess)
log.Println("[INFO] Initializing CodeCommit SDK connection")
client.codecommitconn = codecommit.New(awsConfig)
client.codecommitconn = codecommit.New(usEast1Sess)
}
if len(errs) > 0 {