mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
force it to rerun
This commit is contained in:
parent
10c552772b
commit
79eb81fd94
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ def handler(event, context):
|
|||
print(f"Memory Limit: {context.memory_limit_in_mb} MB")
|
||||
print(f"Remaining Time: {context.get_remaining_time_in_millis()} ms")
|
||||
print(f"Event: {event}")
|
||||
print(f"Event: {event}")
|
||||
|
||||
print("Postcode splitter handler invoked")
|
||||
return {"statusCode": 200, "body": "postcode splitter executed"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue