Hacker News new | ask | show | jobs
by anonymousDan 1434 days ago
One thing I noticed after my initial experiments with serverless is that it is very hard to do basic development and testing locally (i.e. without potentially running the risk of a big bill). I would have thought there would be mocks of all major services that would permit you to do straightforward local development and testing.
1 comments

So at least cloudflare wrangler cli let's you test serverless locally. And iirc Google firebase (db) has a local emulator