(1) logs, (2) keep it simple, (3) have a good test harness
I feel that for small changes that's fine, but for testing and building functions from the ground up that's still hard
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?
2 comments
(1) logs, (2) keep it simple, (3) have a good test harness
I feel that for small changes that's fine, but for testing and building functions from the ground up that's still hard