Replies: 1 comment 2 replies
-
@7nohe Sounds good. Feel free to send a PR to add DynamoDB support. One thing you have to see is how to run tests against a real DynamoDB server. It will be nice if we have something to use without creating an AWS account. But yeah, let me know if that isn't possible |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’d like to propose adding DynamoDB as a bundled store option for session management. DynamoDB is widely used, especially in AWS environments, and it could be a great addition for developers who are already leveraging AWS services.
Laravel has already included support for DynamoDB as a session store.
https://laravel.com/docs/11.x/session#configuration
If this idea aligns with the project’s direction, I’d be happy to help with the implementation or collaborate with others who might be interested. Looking forward to hearing your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions