don't use aws lambda

This commit is contained in:
Jun-te Kim 2025-07-18 16:14:41 +00:00
parent f84a50a9e2
commit 4581b3ad82

View file

@ -18,8 +18,7 @@ WORKDIR /var/task
COPY pyproject.toml poetry.lock ./
RUN pip install poetry \
&& poetry export -f requirements.txt --without-hashes --only main -o requirements.txt \
&& pip install -r requirements.txt --target . \
&& rm -rf ~/.cache .venv
&& pip install -r requirements.txt --target
# Copy app code
COPY etl/ etl/