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
Currently the model layer of Lux only supports SQL databases. However, it is not impossible to use DynamoDB with Lux, you just miss out on a lot of the "for free" stuff Lux gives you.
If you still want to use Lux as your backend, I recommend the dynamite npm package as a DynamoDB client. You can return calls to the DynamoDB client from your Lux controllers and Lux should handle the rest.
Is there any support for a DynamoDB datastore? How would one go about hooking up Lux to DynamoDB? Thanks!
The text was updated successfully, but these errors were encountered: