This was aws JS sdk
“TableName”: “lmsprojectqa”,
“ScanIndexForward”: true,
“ConsistentRead”: false,
“KeyConditionExpression”: “#876e0 = :876e0 And begins_with(#876e1, :876e1)”,
“FilterExpression”: “#876e2 BETWEEN :876e2 AND :876e3”,
“Limit”: 2,
“ExclusiveStartKey”: {
“SK”: {
“S”: “APP#b1-3”
},
“PK”: {
“S”: “PROJECT#b”
}
},
“ExpressionAttributeValues”: {
“:876e0”: {
“S”: “PROJECT#b”
},
“:876e1”: {
“S”: “APP#”
},
“:876e2”: {
“S”: “2024-07-23T04:00:00.168Z”
},
“:876e3”: {
“S”: “2024-07-31T04:00:00.168Z”
}
},
“ExpressionAttributeNames”: {
“#876e0”: “PK”,
“#876e1”: “SK”,
“#876e2”: “lastAccessDate”
}
}
I’m not getting the correct response
Akash M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.