Too Long; Didn't Read
The Decorator pattern is a great fit for modifying the behaviour of a microservice. Native language support can help with applying it quickly and modularly. In this text we look at how a decorator can be implemented as a service, in particular one that sits between clients and a target service.