Skip to content

Commit

Permalink
Merge branch 'main' into update/non_aws
Browse files Browse the repository at this point in the history
  • Loading branch information
waisingyiu authored Jan 9, 2024
2 parents 9522ceb + 719d12c commit 5040865
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ThisBuild / scalacOptions ++= compilerOptions

val playJsonVersion = "2.10.3"
val specsVersion: String = "4.8.3"
val awsSdkVersion: String = "1.12.598"
val awsSdkVersion: String = "1.12.610"
val doobieVersion: String = "0.13.4"
val catsVersion: String = "2.10.0"
val okHttpVersion: String = "4.12.0"
Expand Down Expand Up @@ -344,7 +344,7 @@ lazy val sloMonitor = lambda("slomonitor", "slomonitor", Some("com.gu.notificati
Seq(
description := "Monitors SLO performance for breaking news notifications",
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-events" % "3.11.3",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.4",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"io.netty" % "netty-codec" % nettyVersion,
"io.netty" % "netty-codec-http" % nettyVersion,
Expand Down
3 changes: 3 additions & 0 deletions dynamo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ Resources:
AttributeName: ttl
StreamSpecification:
StreamViewType: NEW_IMAGE
Tags:
- Key: devx-backup-enabled
Value: true
3 changes: 3 additions & 0 deletions football/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ Resources:
TimeToLiveSpecification:
AttributeName: ttl
Enabled: true
Tags:
- Key: devx-backup-enabled
Value: true

MobileNotificationsFootballConsumedReadThrottleEvents:
Type: AWS::CloudWatch::Alarm
Expand Down

0 comments on commit 5040865

Please sign in to comment.