2019-01-01 - Hexagonal Architecture pattern
Jump to navigation
Jump to search
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.