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

AWS Lambda friendly GDAL Docker images and AWS Lambda layer

Results 13 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...