We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb8525 commit 037c85aCopy full SHA for 037c85a
src/lambda/aws_create_role/app.py
@@ -486,4 +486,5 @@ def lambda_handler(event, context):
486
stop_reinvocation = True
487
except Exception as err:
488
logger.Error(f"Error occurred: {err}")
489
- t.join()
+ t.join()
490
+ raise err
0 commit comments