Hello, we're building a functions runtime on top of workers-for-platforms. We've built an API that a

Hello, we're building a functions runtime on top of workers-for-platforms. We've built an API that allows users to deploy a function script, and then execute it either by an HTTP call, or based on a trigger like a cron job or a database mutation.

Currently we're struggling with testing this system. As far as I know there's no way to deploy a worker to a dispatch-namespace locally.

Any suggestions from the Cloudflare team on how to test dispatch-namespaces locally would be appreciated.
Was this page helpful?