February 2018
Beginner to intermediate
316 pages
9h 33m
English
These patterns operate at the boundaries of cloud-native systems. The boundaries are where the system interacts with everything that is external to the system, including humans and other systems.

API Gateway: Leverage a fully managed API gateway to create a barrier at the boundaries of a cloud-native system by pushing cross-cutting concerns, such as security and caching, to the edge of the cloud where some load is absorbed before entering the interior of the system.
Command Query Responsibility Segregation (CQRS): Consume state change events from upstream components and maintain materialized views that support queries used ...
Read now
Unlock full access