[DynamoDB] key_condition_expression inside query. #219
Answered
by
rcoh
Y2KForever
asked this question in
Q&A
-
Hi, having some issues with My current code in Rust looks like this:
I know this is not the same, but I'm trying to replicate similar code that I have in Node, which is working as intended.
Is key_condition_expression not currently working, or have I missed something? Thought I went over the documentation correctly. |
Beta Was this translation helpful? Give feedback.
Answered by
rcoh
Sep 3, 2021
Replies: 1 comment 1 reply
-
In Rust you used |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Y2KForever
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Rust you used
AttributeValue::S
but in node you usedAttributeValue::N