Migrate cancel-lambda to python package

This commit is contained in:
Mikhail f. Shiryaev 2022-11-17 15:55:48 +01:00
parent 1fe095ae90
commit 6d532d310d
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
2 changed files with 1 additions and 13 deletions

View File

@ -1,13 +0,0 @@
FROM public.ecr.aws/lambda/python:3.9
# Install the function's dependencies using file requirements.txt
# from your project folder.
COPY requirements.txt .
RUN pip3 install -r requirements.txt --target "${LAMBDA_TASK_ROOT}"
# Copy function code
COPY app.py ${LAMBDA_TASK_ROOT}
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
CMD [ "app.handler" ]

View File

@ -0,0 +1 @@
../team_keys_lambda/build_and_deploy_archive.sh