Implement provider-agnostic runtime sandboxes for Logic Functions and Code Interpreter #23512
remihuigen
started this conversation in
Engineering vision
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Support pluggable sandboxed runtimes for Logic Functions and Code Interpreter: AWS Lambda should be one option, alongside other external providers and a secure self-hosted local runtime.
The local option should execute untrusted code in isolated sandboxes within the operator’s own deployment, rather than directly in the Twenty server process. This gives self-hosted users a production-safe path without requiring a third-party provider, while retaining the flexibility to use Lambda or other runtimes where preferred.
This strengthens Twenty’s self-hosting direction and lets operators choose the right balance of infrastructure ownership, security, compliance, and operational simplicity.
All reactions