This repository was archived by the owner on Jun 19, 2023. It is now read-only.
Getting just number of rows for queryΒ #72
Open
Description
Is there any way to obtain only the number of rows using DataMapper.query
?
The documentation for DynamoDB suggests using the Select
query option (https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html#DDB-Query-request-Select), but it does not seem to be available in the QueryOptions
interface.
Should one use the aws-sdk
API for such functionality, or is it somehow available using DataMapper
(or if not, is it planned)?
Thanks!