|
|
|
|
|
by jph
1897 days ago
|
|
FaunaDB is doing more than Upstash and DynamoDB in the author's examples, as the author describes in the related blog post: - FaunaDB is providing strong consistency and isolation; Upstash and DynamoDB are providing eventual consistency. - FaunaDB is replicating the data worldwide and offering similar access everywhere; Upstash and DynamoDB are deliberately configured in the same AWS region as the lambda function. |
|