2019-01-01 - Hexagonal Architecture pattern

From Izara Wiki
Revision as of 09:07, 9 August 2020 by Sven the Barbarian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.