From ee2eba11e5a0354f40026124c3bcd657a0b8ad81 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 5 Feb 2026 16:38:16 +0000 Subject: [PATCH] debugging prints --- backend/condition/handler/handler.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/condition/handler/handler.py b/backend/condition/handler/handler.py index 1d1f285c..6f835df5 100644 --- a/backend/condition/handler/handler.py +++ b/backend/condition/handler/handler.py @@ -16,10 +16,13 @@ import os def handler(event: Mapping[str, Any], context: Any) -> None: print( - "hello world", - os.getenv("DEV_DB_HOST", "empty db"), + "hello Jun-te", os.getenv("JUNTE", "empty junte"), ) + print( + "hello DB host", + os.getenv("DEV_DB_HOST", "empty db"), + ) # uprn_lookup = UprnLookupS3( # bucket="", key="" # ) # TODO: replace with postgres implementation