It seems that with Python 3.13, the images published to DockerHub now include an architecture suffix (e.g., "amazon/aws-lambda-python:3.13-x86_64"). This makes the images difficult to use in an architecture-agnostic way.
Please start publishing multi-arch manifests (aka, "shared tags") with no version suffix (e.g., "amazon/aws-lambda-python:3.13").