Model/tests/utilities/aws_lambda
Jun-te Kim 119ff3740c fix(task_handler): persist cloud_logs_url for modelling_e2e
@task_handler never built or passed cloud_logs_url, so every app using
it (incl. modelling_e2e) ran run_subtask with the None default and the
CloudWatch deep-link was never saved onto the SubTask. @subtask_handler
did this correctly.

Extract the URL builder into a shared utilities/aws_lambda/cloud_logs.py
(public cloudwatch_url()), use it from both handlers, and pass the URL
into run_subtask from @task_handler. Add regression tests.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 15:42:00 +00:00
..
__init__.py utilities/aws_lambda: @subtask_handler injects TaskOrchestrator as third positional arg 2026-05-19 17:31:27 +00:00
test_subtask_handler.py tell subtask_handler whether to send TaskOrchestrator to handler, defaulting to True 2026-06-10 12:43:24 +00:00
test_task_handler.py fix(task_handler): persist cloud_logs_url for modelling_e2e 2026-06-23 15:42:00 +00:00