John
09/07/2022, 3:18 PMzackster
09/07/2022, 3:23 PMJohn
09/07/2022, 3:39 PMJohn
09/07/2022, 3:40 PMfoundeo
LUCEE_EXTENSIONS
environment var, but that would cause it to have to download and install the extension on every cold start. Ideally you need to modify the lucee light jar, and inject the extension in there. When fuseless deploys it has to deploy lucee to /tmp
on AWS Lambda because that is the only writable media on lambda, so another option is that you could have your lambda copy over the extension into /tmp/lucee/lucee-server/deploy
(guessing on the path, might be missing a folder)John
09/07/2022, 4:20 PMfoundeo
chapmandu
09/07/2022, 11:49 PM