mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
debugging prints
This commit is contained in:
parent
c21de78020
commit
ee2eba11e5
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue