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