Running Relay on Lambda

We recently ran into the issue of privacy software blocking Sentry from tracking errors. It looks as though using Sentry Relay in proxy mode is the recommended solution. However, we have a small team and do not want to manage a long running server.

Is it possible to run Relay on AWS Lamba? If not, is there anything on the roadmap for this or is there any other solution in progress for privacy blockers?

I don’t think this is possible right now as Lambda Container Images require a custom Lambda Container Runtime API support which we probably don’t have in the Relay image.

That said this sounds like a good thing to implement, right @jauer?

@miql in the meantime you may consider using Google Cloud Run (if that’s in your toolchain) which doesn’t have any custom API requriments for running images on-demand.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.