Skip to content

Commit

Permalink
initialize side-effect-full env var loading at runtime
Browse files Browse the repository at this point in the history
(maledetti cani di AWS)
  • Loading branch information
faustin0 committed Sep 1, 2024
1 parent 6d73590 commit 32c9210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ lazy val api = project
"--initialize-at-run-time=org.http4s.multipart.Boundary$", // todo open PR on tapir?
"--initialize-at-run-time=software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy",
"--initialize-at-run-time=software.amazon.awssdk.services.dynamodb.DynamoDbRetryPolicy",
"--initialize-at-run-time=com.amazonaws.services.lambda.runtime.api.client.LambdaEnvironment", //CANI di AWS
"--enable-http",
"--enable-https",
"--enable-all-security-services",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Dependencies {
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion
)

lazy val lambdaRuntimeDeps = "com.amazonaws" % "aws-lambda-java-runtime-interface-client" % "2.4.2"
lazy val lambdaRuntimeDeps = "com.amazonaws" % "aws-lambda-java-runtime-interface-client" % "2.6.0"

lazy val awsLambdaDeps = Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
Expand Down

0 comments on commit 32c9210

Please sign in to comment.