docker-lambda icon indicating copy to clipboard operation
docker-lambda copied to clipboard

AWS Lambda friendly GDAL Docker images and AWS Lambda layer

Results 18 docker-lambda issues
Sort by recently updated
recently updated
newest added

LAMBDA_TASK_ROOT is already set to /var/task in upstream images: public.ecr.aws/lambda/*.

ghcr.io/lambgeo/lambda-gdal:3.8 gives: > no matching manifest for linux/arm64/v8 in the manifest list entries which I assume is a mistake because both: - ghcr.io/lambgeo/lambda-gdal:3.6 - ghcr.io/lambgeo/lambda-gdal:3.8-python3.11 work

I am using python3.8 and gdal 3.8 Here is my /var/task dir: I guess I have wrong setup in Docker file ![Screenshot 2024-09-03 at 9 47 00 PM](https://github.com/user-attachments/assets/904b22ba-fc60-4b9b-91cb-772a73078898) I don't...

Seems like this has been a bit stuck, so hopefully this helps move things along. I don't know if this is the right approach, so feedback is very welcome. At...

Can you release the new lambda layers?

Few issues currently: 1) gdal 3.9 and 3.10 won't build on the public.ecr.aws/lambda/provided:al image -- they need to use al2023 image instead. 2) al2023 uses dnf instead of yum, but...

Numpy is currently pinned to 1.2.x, but 2.x is available and should be upgraded.