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: