Skip to content

Commit

Permalink
event handler rescue msg payload bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bhayden53 committed Oct 21, 2021
1 parent 6ec5805 commit ec58796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/batch_events/batch_event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ec58796

Please sign in to comment.