Skip to content

Commit 56ce495

Browse files
authored
Update README.md
1 parent cad7378 commit 56ce495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# backend-lambda-layer
22

3-
This backend layer makes a few important preparations to the lambda runtime during initialization:
3+
This is Lambda layer that allows HumanGraphics to run AI/ML models in AWS Lambda using SnapStart.
4+
5+
It makes a few important preparations to the lambda runtime during initialization:
46

57
1. Use a custom `AWSLambda` implementation to load the application in the system classloader. By default, the application is loaded in a separate classloader. This is important because native libraries are only allowed to be loaded from one classloader in an application, and splitting classloaders causes problems with JNI loading.
68
2. Modify the classpath to include the `/var/task` folder, which is where the application is unzipped. This is important because services are only allowed to load from the classpath.

0 commit comments

Comments
 (0)