replication to meili

This commit is contained in:
2025-08-24 21:23:45 -03:00
parent f004be8a4a
commit 1326530991
9 changed files with 152 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
import app.events.index_docs_into_meili as app
def test_record_handler(monkeypatch, dynamodb_stream_event, lambda_context):
def test_record_handler(dynamodb_stream_event, lambda_context):
app.lambda_handler(dynamodb_stream_event, lambda_context)