We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0888f14 commit 68bd07dCopy full SHA for 68bd07d
delta_backend/src/delta.py
@@ -156,6 +156,4 @@ def handler(event, context):
156
log_data["operation_outcome"] = operation_outcome
157
firehose_log["event"] = log_data
158
firehose_logger.send_log(firehose_log)
159
- # @TODO remove this exception and replace with 500 response
160
- # after investigating the impact of this change ``` return {"statusCode": 500, "body": "Internal server error"} ```
161
raise Exception(f"Delta Lambda failure: {e}")
0 commit comments