diff --git a/module-1/lambda_function.py b/module-1/lambda_function.py index e2cf61d..9f9223d 100644 --- a/module-1/lambda_function.py +++ b/module-1/lambda_function.py @@ -166,4 +166,6 @@ def handle(self, handler_input, exception): sb.add_exception_handler(CatchAllExceptionHandler()) -lambda_handler = sb.lambda_handler() \ No newline at end of file +lambda_handler = sb.lambda_handlerrr() + +