In Chapter 10 you learned how queues are a valuable building block when designing resilient solutions, and in Chapter 8 we introduced some services that can act as queues in a serverless setting. Now, we will look in more detail at how queues and queueing mechanisms can be utilized in a serverless data-handling solution.
If you design your data-handling solution to be atomic, you will need some method of communication between the ...