Skip to content

Commit

Permalink
Udpate runtime to java17 in integ-test module's ConnectorStack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jithendar12 committed Oct 30, 2024
1 parent 03aef94 commit 1e45563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected Function.Builder lambdaFunctionBuilder()
.build())
.build()))
.handler(functionHandler)
.runtime(new Runtime("java11"))
.runtime(new Runtime("java17"))
.memorySize(Integer.valueOf(3008))
.timeout(Duration.seconds(Integer.valueOf(900)))
.environment(environmentVariables);
Expand Down

0 comments on commit 1e45563

Please sign in to comment.