You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to add filtering functionality to getItem as it is done in query. This will allow us to do more complicated filters when getting a single item from dynamodb. This would remove the need for complicated filter logic after the item is return.
It would be great to add filtering functionality to
getItem
as it is done inquery
. This will allow us to do more complicated filters when getting a single item from dynamodb. This would remove the need for complicated filter logic after the item is return.ex...
The text was updated successfully, but these errors were encountered: