lambda spelling

This commit is contained in:
Jun-te Kim 2025-07-14 15:20:16 +00:00
parent 6554418e6f
commit 8b1b0b8979

View file

@ -2,7 +2,7 @@
FROM public.ecr.aws/lambda/python:3.11
# Copy function code
COPY app.py ./
COPY deployment/lambda/app.py ./
# Set the CMD to your handler
CMD ["app.handler"]