Y
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
reactordev
156 days ago
A VPS does the same thing for far cheaper.
link
pjmlp
156 days ago
Lambdas can be stateful, for example Durable Functions on Azure,
https://learn.microsoft.com/en-us/azure/azure-functions/dura...
link