Listen

Description

Modern architectures often consist of containers that run services. Those containers scale up and down depending on the demand for the services. These large software systems often use a technique known as event sourcing, where every change to the system is kept in an event log. When an event on the log is processed, several

The post Event Driven Serverless with Sebastien Goasgoen appeared first on Software Engineering Daily.