We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b5c03 commit 7c7bf31Copy full SHA for 7c7bf31
scripts/init_serverless_sdk.py
@@ -35,4 +35,4 @@ def sentry_lambda_handler(event, context):
35
raise ValueError("Incorrect AWS Handler path (Not a path)")
36
lambda_function = __import__(module_name)
37
lambda_handler = getattr(lambda_function, handler_name)
38
- lambda_handler(event, context)
+ return lambda_handler(event, context)
0 commit comments