how to use begins with in aws nodejs code example
Example 1: how to use begins with in aws nodejs
KeyConditionExpression: '#user_id = :user_id and begins_with(#user_relation, :user_relation)',
Example 2: how to use begins with in aws nodejs
KeyConditionExpression: '#user_id = :user_id and begins_with(#user_relation, :user_relation)',