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
interesting idea, thanks for asking, under the hood passing an array to get will call batchGet in the aws-sdk for DynamoDB which does not support query condition expressions (like begins_with) but I think it could be possible; going to try a few approaches and get back to you!
Is there a way to support the
begin
param on a bulk get call?This works for a single get (as per the integration tests):
However, for a bulk get, a key is required. The following fails with the error
Invalid params: all items must have table and key
:The text was updated successfully, but these errors were encountered: