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
I have a table where "user_id" is the partition key and "conversation_id" is the sort key. In this case, I want to get all conversations belonging to a particular user. So my query looks like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a table where "user_id" is the partition key and "conversation_id" is the sort key. In this case, I want to get all conversations belonging to a particular user. So my query looks like this:
TableName::Conversation.get_partition_key()
returnuser_id
This is that whenever I run this, it returns a SDK error called
service error
I've made sure dynamo db matches this schema too
Any help?
Beta Was this translation helpful? Give feedback.
All reactions