From 4eb4e8db5f05d69887cb20dc43988b230899a79f Mon Sep 17 00:00:00 2001 From: Anup Raj Gopinathan Date: Wed, 25 Jun 2025 15:29:21 +0200 Subject: [PATCH] Remove Mangum --- src/run.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/run.py b/src/run.py index 2ee09fc..b5d14b6 100644 --- a/src/run.py +++ b/src/run.py @@ -49,6 +49,4 @@ def lambda_handler(event, context): def lambda_handler_upgrade_db(event, context): with app.app_context(): upgrade() - return {"statusCode": 200, "body": "Database upgraded successfully"} - -handler = Mangum(app) \ No newline at end of file + return {"statusCode": 200, "body": "Database upgraded successfully"} \ No newline at end of file