Summary
Request official support for AWS Lambda python3.14 in docker-lambda: publish ghcr.io/lambgeo/lambda-gdal:{tag}-python3.14 (and related CI/docs) so users can build GDAL-based Lambda packages on the same pattern as existing Python runtimes.
Background
- AWS Lambda added the
python3.14 managed runtime (see AWS Lambda runtimes).
- The
public.ecr.aws/lambda/python:3.14 image is Amazon Linux 2023 (AL2023), not AL2:
- Package manager is
dnf, not yum.
- Pre-installed
curl-minimal conflicts with installing the full curl package via dnf.
Desired outcome
Summary
Request official support for AWS Lambda
python3.14in docker-lambda: publishghcr.io/lambgeo/lambda-gdal:{tag}-python3.14(and related CI/docs) so users can build GDAL-based Lambda packages on the same pattern as existing Python runtimes.Background
python3.14managed runtime (see AWS Lambda runtimes).public.ecr.aws/lambda/python:3.14image is Amazon Linux 2023 (AL2023), not AL2:dnf, notyum.curl-minimalconflicts with installing the fullcurlpackage viadnf.Desired outcome
python3.14(e.g.RUNTIME_VERSION=3.14).lambda-gdal:3.8-python3.14(or current GDAL tag).deploy.py/ layer metadata includespython3.14inCompatibleRuntimeswhere applicable.