add missing files

This commit is contained in:
2025-07-02 21:59:03 -03:00
parent 3bea74c420
commit b7499f58a3
16 changed files with 1755 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
[project]
name = "streams"
version = "0.1.0"
description = "Streaming DynamoDB events to Meilisearch and EventBridge."
readme = ""
requires-python = ">=3.12"
dependencies = ["layercake"]
[dependency-groups]
dev = [
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"ruff>=0.9.1",
]
[tool.pytest.ini_options]
pythonpath = ["app/"]
addopts = "--cov --cov-report html -v"
[tool.ruff.format]
quote-style = "single"
[tool.uv.sources]
layercake = { path = "../layercake" }