Skip to content

Commit

Permalink
Merge pull request #27159 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
ioannakok authored May 20, 2024
2 parents 22c3fcd + 835058c commit 0335159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions common/app/services/DynamoDB.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package services

import com.amazonaws.regions.{Region, Regions}
import com.amazonaws.services.dynamodbv2.{
AmazonDynamoDB,
AmazonDynamoDBAsync,
Expand All @@ -11,7 +10,6 @@ import conf.Configuration

object DynamoDB {
private lazy val credentials = Configuration.aws.mandatoryCredentials
private lazy val region = Region.getRegion(Regions.fromName(Configuration.aws.region))

lazy val asyncClient: AmazonDynamoDBAsync = AmazonDynamoDBAsyncClient
.asyncBuilder()
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt._

object Dependencies {
val identityLibVersion = "4.22"
val awsVersion = "1.12.638"
val awsVersion = "1.12.724"
val capiVersion = "26.0.0"
val faciaVersion = "6.0.0"
val dispatchVersion = "0.13.1"
Expand Down

0 comments on commit 0335159

Please sign in to comment.