You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For solutions that span multiple AWS regions and operate in an active-active mode, using Aurora PostgreSQL comes with a limitation: it supports multi-region setups, but only one region can contain the writer node at any given time. This means write requests to an OpenFGA node in any region must be rerouted to the region with the writer node, with all that means. In contrast, adopting DynamoDB Global Tables removes this limitation, allowing for a smoother multi-region operation. Furthermore, managing databases is generally easier with DynamoDB than with Aurora, even on the Serverless v2. These advantages make DynamoDB's feature crucial for such multi-region setups.
Add a storage adapter for AWS DynamoDB
The text was updated successfully, but these errors were encountered: