Ask HN: Serverless platforms with stateful functions

https://news.ycombinator.com/item?id=18901626
by narendraj9 • 8 years ago
2 0 8 years ago

Are there any serverless platforms that give the abstraction of a function that maintains its state without interacting with an external service.

Something like:

f(current_state, request) --> (new_state, response)

where the state is persisted across requests by the serverless platform transparently.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com