We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to this document, batchGet should allow up to 100 get requests to be sent in one request instead of 25, please update this description. And if i am wrong, please kindly let me know, thanks. https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-dynamodb/Class/BatchGetItemCommand/
dynamo-ts/src/table-client.ts
Line 179 in 46f62f7
The text was updated successfully, but these errors were encountered:
I believe you are correct, thanks for spotting this!
Sorry, something went wrong.
0f46516
No branches or pull requests
According to this document, batchGet should allow up to 100 get requests to be sent in one request instead of 25, please update this description. And if i am wrong, please kindly let me know, thanks.
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-dynamodb/Class/BatchGetItemCommand/
dynamo-ts/src/table-client.ts
Line 179 in 46f62f7
The text was updated successfully, but these errors were encountered: