You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I would like to use tRPC with azure functions.
Is there a recommended way to do this?
If found this and this but both projects are rather small and not officially from azure. TRPC itself does not support azure functions directly
Since tRPC provides a fetch adapter which uses Request and and Response converting the azure function types HttpRequest and HttpResponse to Request and Response might be enough to use tRPC.
Any feedback would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions