From ba84eb8bffe8e4b7dac0ff745d793c4695b7b6ab Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 16 Jul 2025 16:15:35 +0000 Subject: [PATCH] reupload image --- deployment/extractor_and_loader/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/extractor_and_loader/app.py b/deployment/extractor_and_loader/app.py index 8de74a3..f5bacde 100644 --- a/deployment/extractor_and_loader/app.py +++ b/deployment/extractor_and_loader/app.py @@ -5,6 +5,7 @@ from etl.read_stuff_from_s3_example import print_hello_from_etl_module def handler(event, context): try: + print("show me something.. anything...") s3_uri = event.get("file_location") print_hello_from_etl_module() if not s3_uri: