dynamodb-replication icon indicating copy to clipboard operation
dynamodb-replication copied to clipboard

AWS Step Functions as a replacement for the Controller logic

Open jseed opened this issue 7 years ago • 0 comments

AWS step functions did not exist when this project was first created. As a result, we had to come up with our own "state machine" implementation to manage the replication setup flow. This became the Controller function, which uses a dynamodb streams from a checkpoint table to manage and act on state. It is worth investigating wether or not this logic could be converted to AWS Step functions, and if this change would bring any benefits.

jseed avatar Jun 22 '17 20:06 jseed