parent
2e33e2be90
commit
08d07fed30
3 changed files with 23 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ class DynamoHandler(BaseResponse):
|
|||
|
||||
result = {
|
||||
"Count": len(items),
|
||||
"Items": [item.attrs for item in items],
|
||||
"Items": [item.attrs for item in items if item],
|
||||
"ConsumedCapacityUnits": 1,
|
||||
"ScannedCount": scanned_count
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue