PostgREST with globally replicated Postgres on Fly.io

Let’s say that I deployed a Postgres db on Fly.io, it is replicated accross all regions and, now, I am looking forward to use PostgREST.

Is it somehow possible to globally deploy the PostgREST APIs on Fly.io such that each request is forwarded to the nearest replicated db (i.e. same location)?

I don’t think so no.