Using DynamoDB for Session Storage #9458
Unanswered
yuppe-kyupeen
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should be able to create your own Here's the Arc example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I frequently use Remix and am continually impressed by its simple and elegant design. Thank you for creating such a great framework.
Currently, in my project, I am considering using DynamoDB as the session storage for a server-side rendered application. I noticed in the official Remix documentation (https://remix.run/docs/en/1.19.3/utils/sessions#createarctablesessionstorage-architect-amazon-dynamodb) that there is an API called createArcTableSessionStorage(). However, the documentation lacks specific guidance on how to connect to the endpoint, and I haven't found many examples through my searches.
Does anyone know of any projects or resources that could serve as a useful reference for this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions