▲ | jedberg 18 hours ago | |||||||
That's the beauty of this system. You build it all locally, test it locally, debug it locally. Only then do you deploy to the cloud. And since you can build the whole thing with one file, it's really easy to reason about. And if somehow you get a bug in production, you have the time travel debugger to replay exactly what the state of the cloud was at the time. | ||||||||
▲ | danjl 18 hours ago | parent [-] | |||||||
Great to hear you've improved serverless debugging. What if my endpoint wants to run ffmpeg and extract frames from video. How does that work on serverless? | ||||||||
|