We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4fb8a commit 0698eb6Copy full SHA for 0698eb6
.gitignore
@@ -26,3 +26,4 @@ hs_err_pid*
26
/example/software/ExampleFunction/target/
27
28
*.iml
29
+/jre17-slim/
bootstrap
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
-#export _JAVA_OPTIONS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
+export _JAVA_OPTIONS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
4
5
/opt/jre17-slim/bin/java --add-opens java.base/java.util=ALL-UNNAMED -cp "/opt/aws-lambda-java-runtime-interface-client-1.1.0.jar:/opt/aws-lambda-java-core-1.2.1.jar:/opt/aws-lambda-java-serialization-1.0.0.jar:$LAMBDA_TASK_ROOT:$LAMBDA_TASK_ROOT/*:$LAMBDA_TASK_ROOT/lib/*" com.amazonaws.services.lambda.runtime.api.client.AWSLambda "$_HANDLER"
0 commit comments