Hey there,
according to https://developers.cloudflare.com/workers/platform/bindings/about-service-bindings/
and https://developers.cloudflare.com/pages/platform/functions/bindings/#service-bindings
,
One can call a worker from within another worker or a Pages Function using service-bindings.
Is there a way to use service-binding to call a Pages Function from within another Pages Function or a worker?
I couldn’t find a way to create a service binding for a Pages Function.
If it’s not possible, are there plans to implement it and if there a workaround?
Thanks,
Alexey