Skip to content

Commit

Permalink
dynamodb: GetItem: Item is required
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame committed Dec 6, 2021
1 parent 2cad45c commit c8e3ac7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/services/dynamodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"requiredFields": [
"UnprocessedItems"
]
},
"GetItemOutput": {
"requiredFields": [
"Item"
]
}
}
}

0 comments on commit c8e3ac7

Please sign in to comment.