You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS changed their Lambda run times, so we no longer have access to the current exception during the init phase of the Lambda function.
I am trying to fix this upstream: aws/aws-lambda-python-runtime-interface-client#172
This PR adds a fall back to the errror json object provided by AWS. This has way less data than a real exception in it, but it is better than nothing.
Fixes#3464
arjennienhuis
pushed a commit
to arjennienhuis/sentry-python
that referenced
this issue
Sep 30, 2024
AWS changed their Lambda run times, so we no longer have access to the current exception during the init phase of the Lambda function.
I am trying to fix this upstream: aws/aws-lambda-python-runtime-interface-client#172
This PR adds a fall back to the errror json object provided by AWS. This has way less data than a real exception in it, but it is better than nothing.
Fixesgetsentry#3464
The AWS Lambda test suite is failing (see e.g. this empty PR against master).
When fixing this, please also document the steps in the knowledge base if possible.
The text was updated successfully, but these errors were encountered: