FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lambda-java21-layer/bootstrap at main · aleph0io/lambda-java21-layer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
aleph0io
/
lambda-java21-layer
Public
forked from
msailes/lambda-java17-layer
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lambda-java21-layer
/
bootstrap
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
5 lines (4 loc) · 525 Bytes
Breadcrumbs
lambda-java21-layer
/
bootstrap
Copy path
File metadata and controls
executable file
·
5 lines (4 loc) · 525 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
#!
/bin/sh
#
Should we use -Xshare:on? @msailes did originally...
#
-Xlog:cds is important for solving the CDS problem.
/opt/jre21-slim/bin/java --add-opens java.base/java.util=ALL-UNNAMED -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xshare:auto -cp
"
/opt/aws-lambda-java-runtime-interface-client-2.4.1.jar:/opt/aws-lambda-java-core-1.2.3.jar:/opt/aws-lambda-java-serialization-1.1.2.jar:
$LAMBDA_TASK_ROOT
:
$LAMBDA_TASK_ROOT
/*:
$LAMBDA_TASK_ROOT
/lib/*
"
com.amazonaws.services.lambda.runtime.api.client.AWSLambda
"
$_HANDLER
"
Back
|
FazBrowse Home
|
New Git URL