diff --git a/deployment/extractor_and_loader/app.py b/deployment/extractor_and_loader/app.py index f5bacde..0f75d76 100644 --- a/deployment/extractor_and_loader/app.py +++ b/deployment/extractor_and_loader/app.py @@ -4,6 +4,7 @@ A quick example of lambda working a function in python from etl.read_stuff_from_s3_example import print_hello_from_etl_module def handler(event, context): + print("Outside try statment") try: print("show me something.. anything...") s3_uri = event.get("file_location")