Does this library support BatchGet on multiple table? #246
-
As per the design of this library which is supposed to handle a single table and the reason BatchGet is only enabled on a single table. Is there a way to support BatchGet on multiple tables? As AWS DynamoDB supports it .
Let me know your thoughts on this. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not at this stage. You can create multiple OneTable Table() instances and manage interactions with multiple tables, but the batch* and transact* APIs currently only work with one table at a time. |
Beta Was this translation helpful? Give feedback.
Not at this stage. You can create multiple OneTable Table() instances and manage interactions with multiple tables, but the batch* and transact* APIs currently only work with one table at a time.