Can anyone point me in the right direction for how best to manage #state in a #serverless / #microservice environment?
Particularly interested in the pros / cons of using a shared relational #database across all services compared to some sort of pub/sub #eventbus model where each service manages its own state via a local #NoSQL database.
#NoSQL #eventbus #database #microservice #serverless #state