in djl-tensorflow-lite-inference-docker-lambda/src/main/java/com/example/App.java [31:35]
static {
// DJL saves model and native libraries in cache folder.
// In AWS-Lambda only /tmp folder is writable.
System.setProperty("DJL_CACHE_DIR", "/tmp/djl_cache");
}