missing giles

This commit is contained in:
2025-08-26 00:01:19 -03:00
parent e33eccebb9
commit 0450a4b964
2 changed files with 99 additions and 0 deletions

View File

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