Replies: 1 comment 2 replies
-
Hi! Thanks for opening this, I don't think there's any reason at all. Can you point to where Laravel is using We should switch to their default, 100% agree 👍 |
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
-
It seems that out of the box Laravel's Cache expects the primary key to be simply "key"
I created a dynamo table like this (python cdk)
And this works out of the box with the default dynamodb cache configuration.
But the Bref documentation tell us to add this:
After which we can set up the dynamodb table like this:
And this also works.. but I wonder what is the reasoning behind this change? Why not use the default
key
attribute that Laravel expects?Beta Was this translation helpful? Give feedback.
All reactions