I'd like two use at least two Heroku regions - US and EU. The goal is to give each user the server closest to them.
I know how to achieve this with AWS - Latency Based Routing.
Is LBR limited to 'pure AWS', or can it easily be applied to Heroku or hosting?
In any case, LBR only solves a part of the problem (end user --> web dyno). Is there a guide to working with Heroku databases / other resources cross regions?