(no title)
vim_racer | 1 year ago
I'm actually not 100% sure if I can achieve that with dynamo db and my current data structure though. It has a great free tier, but the query language and limitations are very foreign to me.
If I wanted to sort by timeTaken, I had to set it to be one of the two keys. This also has the unfortunate consequence of blocking duplicate times.
It might just be my implementation that is strange, or the dynamo is significantly less featureful than an SQL server.
vim_racer|1 year ago
The donate feature has a goal now to replace dynamo db with a sql db because it will make development and maintenance easier.