kitar / laravel-dynamodb

A DynamoDB based Eloquent model and Query builder for Laravel.
MIT License
179 stars 27 forks source link

Support BatchGetItem/BatchWriteItem #33

Closed kitar closed 1 year ago

kitar commented 1 year ago

Related to #8, it would be helpful to have BatchGetItem and BatchWriteItem.

25 is a good reference.