From ec58796e713f92564a33d33de8c3c49552bf4a9d Mon Sep 17 00:00:00 2001 From: Brian Hayden <5826711+bhayden53@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:31:11 -0400 Subject: [PATCH] event handler rescue msg payload bugfix --- lambda/batch_events/batch_event_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/batch_events/batch_event_handler.py b/lambda/batch_events/batch_event_handler.py index 34f748c9..ef239203 100644 --- a/lambda/batch_events/batch_event_handler.py +++ b/lambda/batch_events/batch_event_handler.py @@ -93,4 +93,4 @@ def lambda_handler(event, context): print(metadata) comm.xdata.put(ipppssoot, metadata) comm.messages.delete("all-" + ipppssoot) - comm.messages.put({continuation_msg: "batch failure event handler " + bucket}) + comm.messages.put(continuation_msg)