Skip to content
New issue

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

Update maximum number of operations of TransactWriteItems API in DynamoDB #4528

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

tez3998
Copy link
Contributor

@tez3998 tez3998 commented Nov 16, 2023

AWS.DynamoDB.DocumentClient.transactWrite uses TransactWriteItems API internally and maximum number of operations of TransactWriteItems API in DynamoDB is currently not 25, but 100. See for more info:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-apis.html

Checklist
  • .d.ts file is updated
  • non-code related change (markdown/git settings etc)

Maximum number of operations of TransactWriteItems API in DynamoDB is currently 100.
See for more info:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-apis.html
@tez3998 tez3998 requested a review from a team as a code owner November 16, 2023 13:13
@kuhe kuhe merged commit ee8405d into aws:master Nov 16, 2023
@tez3998 tez3998 deleted the update-max-num-of-operations branch November 16, 2023 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants