One more thing: according to the AWS documentation...
# http4k
o
One more thing: according to the AWS documentation for Query Response and Scan Response the
Count
and
ScannedCount
elements are always returned. So why are they optional in the corresponding classes
QueryResponse
and
ScanResponse
? (Background: I would like to add a
count
convenience function to the
DynamoDbIndexMapper
.)
d
hmm - also seems like an oversight. it's possible that they've modified the API since we wrote it (as they have done with KMS)
o
so, you would agree if I remove the question marks?
d
if it's in the API then sounds like a plan 🙂
o
🙂
d
Merged and released 🙃