Skip to content

Commit 6333924

Browse files
committed
Minor fixes
1 parent bb1881d commit 6333924

File tree

3 files changed

+105
-4
lines changed

3 files changed

+105
-4
lines changed

batch_processor_filter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ COPY src .
2222
RUN chmod 644 $(find . -type f) && chmod 755 $(find . -type d)
2323
# Build as non-root user
2424
USER 1001:1001
25-
CMD ["batch_processor_filter.lambda_handler"]
25+
CMD ["lambda_handler.lambda_handler"]

batch_processor_filter/poetry.lock

Lines changed: 102 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

batch_processor_filter/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ readme = "README.md"
77
packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
10-
python = "~3.11"
10+
python = "~3.11"
11+
coverage = "^7.9.1"
1112

1213
[build-system]
1314
requires = ["poetry-core ~= 1.5.0"]

0 commit comments

Comments
 (0)