Split tRPC to two endpoints on lambda and edge with Next
Is it possible/are there some examples of splitting the tRPC endpoint into two endpoints? My initial experiments a while back encountered some problems with trying to use nested
withTRPC
s. I'd like to have most of my routers on edge, but some don't work there, so need to leave them to lambdas.0 Replies