FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lambda-java-layer/bootstrap at main · roamingthings/lambda-java-layer · GitHub
roamingthings
/
lambda-java-layer
Public
forked from
msailes/lambda-java17-layer
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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-java-layer
/
bootstrap
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
4 lines (3 loc) · 443 Bytes
Breadcrumbs
lambda-java-layer
/
bootstrap
Copy path
File metadata and controls
executable file
·
4 lines (3 loc) · 443 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
#!
/bin/sh
#
for now omit -Xshare:on
/opt/jre-slim/bin/java --add-opens java.base/java.util=ALL-UNNAMED -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -cp
"
/opt/aws-lambda-java-runtime-interface-client-2.3.1.jar:/opt/aws-lambda-java-core-1.2.2.jar:/opt/aws-lambda-java-serialization-1.1.2.jar:
$LAMBDA_TASK_ROOT
:
$LAMBDA_TASK_ROOT
/*:
$LAMBDA_TASK_ROOT
/lib/*:/opt/java/lib/*
"
com.amazonaws.services.lambda.runtime.api.client.AWSLambda
"
$_HANDLER
"
Back
|
FazBrowse Home
|
New Git URL