How do you guys debug serverless functions?
2 trunci 2 6/6/2025, 3:57:48 PM
Having a hard time trying to debug my serverless functions, other than just deploying them on Vercel and waiting to test on the client. Especially challenging because they run on DB triggers... not sure if there is a better way? Anyone knows?
Comments (2)
PaulHoule · 11h ago
(1) logs, (2) keep it simple, (3) have a good test harness
trunci · 10h ago
I feel that for small changes that's fine, but for testing and building functions from the ground up that's still hard