zappa-sentry
zappa-sentry copied to clipboard
Use SQSproxy to send exceptions to sentry
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.