From ca0e876d15a7fd23c51cb28f2df69ad587a75d11 Mon Sep 17 00:00:00 2001 From: Raj Jain Date: Mon, 25 May 2026 12:30:17 +0530 Subject: [PATCH 1/2] PR test --- handlers/orderHandlers/onOrder/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers/orderHandlers/onOrder/app.py b/handlers/orderHandlers/onOrder/app.py index 7d2dac7..4f511eb 100644 --- a/handlers/orderHandlers/onOrder/app.py +++ b/handlers/orderHandlers/onOrder/app.py @@ -8,6 +8,8 @@ def handler(event, context): connectionId = event['requestContext']['connectionId'] + print("Calling client.start_execution") + client.start_execution( stateMachineArn=stepfunctions_arn, input=json.dumps({'ConnectionId': connectionId}) From a25b44f06fc04623ba34d34bd1f589d4944e7d57 Mon Sep 17 00:00:00 2001 From: Raj Jain Date: Mon, 25 May 2026 12:34:23 +0530 Subject: [PATCH 2/2] PR Test --- handlers/orderHandlers/onOrder/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/handlers/orderHandlers/onOrder/app.py b/handlers/orderHandlers/onOrder/app.py index 4f511eb..7d2dac7 100644 --- a/handlers/orderHandlers/onOrder/app.py +++ b/handlers/orderHandlers/onOrder/app.py @@ -8,8 +8,6 @@ def handler(event, context): connectionId = event['requestContext']['connectionId'] - print("Calling client.start_execution") - client.start_execution( stateMachineArn=stepfunctions_arn, input=json.dumps({'ConnectionId': connectionId})