Jack Barger
Jack Barger
Any update on this issue? I have been trying to add `liblzma` or disable it the `gdal` build command to even just use `gdalinfo` from the node process, but nothing...
Thanks @vincentsarago for getting back to me! Yup I actually did that yesterday after finding this thread and it worked with the lambda for `nodejs:16`. @danielsharvey if you were able...
@arobdog I setup a Lambda layer using a Dockerfile to extract the needed lib files and put them in the expected location. Dockerfile is below for reference. ``` FROM public.ecr.aws/lambda/nodejs:latest-x86_64...
Actually, looking at the file history it looks like the dependency for `mkdirp` was just removed from this version but changed back to `localFs.mkdirp` from `localFs.mkdir`.
@smallsaucepan I believe it is still an issue, but utilized another approach in order to finish the task.