docker-lambda
docker-lambda copied to clipboard
AWS Lambda friendly GDAL Docker images and AWS Lambda layer
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  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.