Query dynamoDB with key condition 'GE' on a hash key
问题 I'm trying to run a query on a dynamoDB table with the key condition as such KeyConditions: { userID: { ComparisonOperator: 'GE', AttributeValueList: [{N: '0'}] } } When I run this query with the ComparisonOperator as 'EQ' no problems occur. However when it's 'GE' I get an error stating that the query key condition is not supported. Note that userID is a hash key 回答1: From the Dynamo DB Query Documentation: A Query operation directly accesses items from a table using the table primary key, or