Hacker News new | ask | show | jobs
by DenseComet 1550 days ago
Take a look at ScyllaDB Alternator [1], which is API compatible with DynamoDB. Scylla also supports multiregion clusters, which should help with latency. I've not used alternator, but I've had a good experience with Scylla, and it might be worth looking into as a lower effort way to move off DynamoDB.

[1] https://www.scylladb.com/alternator/

1 comments

wow! didn't know this existed, so does this mean I can self-host and still keep my dynamodb api code?