zappa-sentry icon indicating copy to clipboard operation
zappa-sentry copied to clipboard

Use SQSproxy to send exceptions to sentry

Open ebertti opened this issue 7 years ago • 0 comments

If my lambda is running inside a VPC I can't sent exception data to sentry directly, to fix this I need to configure a NAT on my VPC.

Or, I can use something like this: https://github.com/Netflix-Skunkworks/raven-sqs-proxy

But it need to be configurate to run on lambda. This workaround works only on server instance.

ebertti avatar Apr 25 '18 16:04 ebertti