lambda serverless not working on node18
-
https://jsreport.net/learn/aws-lambda-serverless - this is working fine upto lambda runtime node16, but node18 is giving the below error:
/tmp/chromium: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
Can you please update it to support node18 lambda runtime?
-
It's updated now
https://github.com/jsreport/jsreport-aws-lambda-starter-kitOnly note the starter kit now uses chrome@109 while the current jsreport latest uses chrome@105
We will make it match with the next release.