t
tRPC
t
tRPC
Clerk auth express middleware with AWS Lambda Adapter?
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
N
Nick
•
3/26/23, 9:25 PM
I would personally build my own middleware
, it will make the next bits with session state much easier
N
Nick
•
3/26/23, 9:26 PM
API Gateway can also handle auth for you and attach details to the request
, which at scale can be an idea
. Not necessary though
F
Falo
•
5/9/23, 12:42 PM
Hey Magnus
, I
'm looking to integrate trpc with AWS lambda but I have some issue
, do you have a github repo with your integration
?