- JavaScript Cloud Native Development Cookbook
- John Gilbert
- 63字
- 2021-07-16 18:03:33
Replaying events
One of the advantages of the Event Sourcing and data lake patterns is that they allow us to replay events when necessary to repair broken services and seed new services, and even new versions of a service. In this recipe, we will implement a utility that reads selected events from the data lake and applies them to a specified Lambda function.