Skip to content

Commit 8a0586a

Browse files
committed
mark aws-lambda-java-core as provided
1 parent 3fdc878 commit 8a0586a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def lambda(projectName: String, directoryName: String, mainClassName: Option[Str
253253
"snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
254254
),
255255
libraryDependencies ++= Seq(
256-
"com.amazonaws" % "aws-lambda-java-core" % "1.3.0",
256+
"com.amazonaws" % "aws-lambda-java-core" % "1.3.0" % "provided",
257257
"org.slf4j" % "slf4j-api" % slf4jVersion,
258258
"com.gu" %% "simple-configuration-core" % simpleConfigurationVersion,
259259
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
@@ -273,7 +273,7 @@ def lambda(projectName: String, directoryName: String, mainClassName: Option[Str
273273
Test / parallelExecution := false
274274
)
275275

276-
lazy val schedulelambda = lambda("schedule", "schedulelambda")
276+
lazy val schedulelambda = lambda("schedule", "schedulcompelambda")
277277
.dependsOn(commonscheduledynamodb)
278278
.settings {
279279
List(

0 commit comments

Comments
 (0)