From e7adc1dad82a7bc4370e0fa5fb8757ac0202f5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Adri=C3=A1n=20Alarc=C3=B3n?= <83436724+aladelca@users.noreply.github.com> Date: Fri, 26 Apr 2024 02:41:04 -0400 Subject: [PATCH] Update main_predict.py --- 09_model_pipeline/predict/src/main_predict.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/09_model_pipeline/predict/src/main_predict.py b/09_model_pipeline/predict/src/main_predict.py index 925c8a48..35569247 100644 --- a/09_model_pipeline/predict/src/main_predict.py +++ b/09_model_pipeline/predict/src/main_predict.py @@ -13,6 +13,7 @@ def lambda_handler(event, context): data = json.load(f) print(data) ''' + print('check') #data = json.loads(json.dumps(event)) try: data = data['result'] @@ -32,4 +33,4 @@ def lambda_handler(event, context): }, "body": results_dicts } - return response \ No newline at end of file + return response