when I think about dynamic bindings I think about Worker for Platform's Dynamic Dispatch binding, wh

when I think about dynamic bindings I think about Worker for Platform's Dynamic Dispatch binding, where it's just a singular binding you can use to get access to a worker/instance, ex:
    const worker = env.DISPATCHER.get("customer-worker-1");
    var responseFromUserScript = worker.fetch(req);
Was this page helpful?