Y
Hacker News
new
|
ask
|
show
|
jobs
by
jessaustin
3419 days ago
I wonder if "bucket notifications" are reliable enough that one could keep such an index DB populated automatically?
2 comments
nolite
3419 days ago
Yes, just hook those up to a lambda function and write to dynamodb or something
link
otterley
3419 days ago
I tried this, but if you want to query by tags, using an RDS database works much better. DynamoDB is not well suited to this particular problem.
link
lobster_johnson
3419 days ago
I think SQS would be reliable enough here, yes.
link