Comment by adam_arthur

3 years ago

Yes, you can run your entire serverless infrastructure locally with a single command and close to 0 config.

It's far superior to other cloud offerings in that respect.

You can even run it live in dev mode and remote debug the code. Check out miniflare/Wrangler v2

Just wish they would have ability for persistent objects. Everything is still request driven, yet I want to schedule things on subminute schedules. You can do it today, but it requires hacks