raven-python-lambda
raven-python-lambda copied to clipboard
Sentry/Raven SDK Integration For AWS Lambda (python) and Serverless
I'm trying to add some extra context to my client, but nothing is ever populating (yes, there are values that match the keys in `event`). The doc's say that Client...
You can use lambda together with Application Load Balancer (ALB) which uses a different set of keys than previously set. This change makes more checks to ensure that when trying...
Hi, A new [Python Sentry SDK](https://github.com/getsentry/sentry-python) was released a while ago which has active development and may be more stable. Is it possible to have this implemented instead of the...
I had been running a Lambda function for months on `raven-python-lambda==0.1.3dev1` and the average runtime was always around 10s. I upgraded to `0.1.10`, which caused a huge increase in runtimes,...
**Context**: [Step functions](https://aws.amazon.com/step-functions/) is a technology aws offers to coordinate and manage the execution of your lambdas. **Issue**: Lambda function can have as input parameters, an `event` and a `context`....