2019-01-01 - Hexagonal Architecture pattern
Revision as of 09:07, 9 August 2020 by Sven the Barbarian (talk | contribs)
Split communication with other services into their own adaptors, so can insert tests for just the wiring (communication process), or just the logic (separating the logic outputs from the communication levels).
Should be easy to implement in serverless/queue design we have, eg by hooking into SNS queues.