Chapter 5. Patterns for Processing Dynamic Data

In the previous chapter, we covered a few patterns that allow servers to offload static data, or data that does not require request-time parsing, to AWS-backed storage. This allowed us to take advantage of storage that required very little maintenance operationally and, instead, focus on optimization of delivery through cache, content delivery networks, and so on.

These previous patterns are very rarely encountered in real-world exercises, as static data is generally rare itself. Real-world web applications are, by design, dynamic for the data is not set in stone, but changes over time through usage. From here, many issues arise from having multiple servers attempting to share data that cannot be ...

Get Implementing Cloud Design Patterns for AWS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.