Skip to content

Commit

Permalink
Move amazon JAR to test
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 20, 2024
1 parent ea01cf7 commit c1ab88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(project(":app"))
implementation("org.http4k:http4k-serverless-lambda")
implementation("dev.forkhandles:mock4k")
implementation("com.amazonaws:aws-lambda-java-events:3.14.0")
testImplementation("com.amazonaws:aws-lambda-java-events:3.14.0")

// testImplementation("io.github.s4nchez:deployer:0.1-SNAPSHOT") // Uncomment if needed for deployment tasks
}
Expand Down

0 comments on commit c1ab88f

Please sign in to comment.