Layr-Labs / eigenda

Secure, high-throughput, and decentralized Data Availability
https://www.eigenlayer.xyz/
Other
220 stars 168 forks source link

Add batch read operation in dynamodb client #684

Closed ian-shim closed 2 months ago

ian-shim commented 2 months ago

Why are these changes needed?

Adding GetItems method in dynamodb client. We can use this method to retrieve multiple items from dynamodb.

Checks