FROM public.ecr.aws/lambda/python:3.10 # Copy function code COPY app.py ${LAMBDA_TASK_ROOT} # Set the handler CMD ["main.handler"]