From a8d3013818d718075b9f5928d0c7d4b4058cd1b8 Mon Sep 17 00:00:00 2001 From: Andres Morelos Date: Wed, 2 Sep 2026 08:58:35 -0500 Subject: [PATCH 01/21] fix(lambda): map update-scope to update.yaml map_custom_action had no case for it, so the workflow was unreachable. --- lambda/scope/entrypoint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lambda/scope/entrypoint b/lambda/scope/entrypoint index 98ce326..4bd5b8e 100755 --- a/lambda/scope/entrypoint +++ b/lambda/scope/entrypoint @@ -6,6 +6,9 @@ map_custom_action() { local action="$1" case "$action" in + "update-scope") + echo "update" + ;; "delete-scope") echo "delete" ;; From 3f71a3ecb07453511e95009a23b501a5ee2cf16b Mon Sep 17 00:00:00 2001 From: Andres Morelos Date: Wed, 2 Sep 2026 08:58:36 -0500 Subject: [PATCH 02/21] fix(tests): make failure assertions on sourced scripts observable These scripts use return, so `bash