RootCauseunvalidated
the HTTP request is made as soon as the module is imported — in weather_controller.py. Tension: which is not ideal for a serverless function that may have a cold start. Outcome: make the API call within the `print_current_temperature` function.
160114c8-f590-4257-897a-f48c2a77a786
the HTTP request is made as soon as the module is imported — in weather_controller.py. Tension: which is not ideal for a serverless function that may have a cold start. Outcome: make the API call within the print_current_temperature function.