Ask HN: Serverless platforms with stateful functions2 points·by narendraj9·8 anni fa·0 commentsAre 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.0 commentsPost comment—
Something like:
f(current_state, request) --> (new_state, response)
where the state is persisted across requests by the serverless platform transparently.