debugging prints

This commit is contained in:
Daniel Roth 2026-02-05 16:38:16 +00:00
parent c21de78020
commit ee2eba11e5

View file

@ -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