Hacker News new | ask | show | jobs
by nine_k 157 days ago
The interesting part here is that the box is stateful, unlike a Lambda. You return literally to the point where you left off.
2 comments

A VPS does the same thing for far cheaper.
Lambdas can be stateful, for example Durable Functions on Azure,

https://learn.microsoft.com/en-us/azure/azure-functions/dura...