spcl / faaskeeper

A fully serverless implementation of the ZooKeeper coordination protocol.
BSD 3-Clause "New" or "Revised" License
16 stars 13 forks source link

Fix broken deployment and provide SQS channel #29

Closed mcopik closed 1 year ago

mcopik commented 1 year ago

It has been reported in multiple issues #24 and #26 that the deployment is broken. This PR attempts to fix that - we have tested with two options of user storage (persistent, key-value), and worker/distributor queues (dynamodb, sqs).

What is still missing: