It seems batch operations (such as batch get and put) are not available via bindings for CF workers,
It seems batch operations (such as batch get and put) are not available via bindings for CF workers, the docs recommend using the KV API (HTTP API), but performing a fetch to e.g.
https://api.cloudflare.com/client/v4/... from a Cloudflare worker seems pretty slow (600ms+ latency). Is there a shortcut/faster way to call the cloudflare APIs from a worker?


