Remix-app (Postgres, Prisma) server function timeouts

Turns out the DB instance and functions were in different AWS regions (with an ocean in between), so moving the functions to a different region did the trick.

As seen here: [Support Guide] Why is my function timing out?