forgot to call it eventr

This commit is contained in:
Jun-te Kim 2026-04-01 10:18:37 +00:00
parent 0f892a69d9
commit 60f3d25c29

View file

@ -14,7 +14,7 @@ import json
# @subtask_handler() TODO: Do this without subtask_handler but task_handler() that creates task_id and subtask_id
def handler(body: dict[str, Any], context: Any, local: bool = False) -> None:
def handler(event: dict[str, Any], context: Any, local: bool = False) -> None:
if local is True:
event = {
"Records": [