Architectural style Which architectural style should you choose for an application? Monolithic architecture - architect an application as a single deployable unit Microservice architecture - architect an application as a collection of independently deployable, loosely coupled services Service boundaries How to decompose an application into services? Decompose by business capability - define servic

