Skip to content

Commit

Permalink
Switch AwsCredentials to use the default auth chain (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored and fiadliel committed Jul 13, 2016
1 parent 9bd702f commit 19479a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/com/gilt/aws/lambda/AwsCredentials.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.gilt.aws.lambda

import com.amazonaws.auth.profile.ProfileCredentialsProvider
import com.amazonaws.auth._

private[lambda] object AwsCredentials {
lazy val provider = new ProfileCredentialsProvider()
lazy val provider: AWSCredentialsProvider = new DefaultAWSCredentialsProviderChain()
}

0 comments on commit 19479a3

Please sign in to comment.