# Sync Service A way to keep in sync two of bizaline services. - Write pipe A queue that receives every write event in the bizaline services this queue is them processed by a lambda that based on sync data of sync table what event will be propagated and what will not. - Sync pipe If a event will be propagated it will be send toguether with the sync data to this queue. where another lambda will process and send it to the write to service queue - Write to service queue This one is one for each service of bizaline: - plando - efqm ... Each queue here has its one processor.