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

Documentation Transaction Api #479

Closed
newton-whitman opened this issue Mar 23, 2023 · 1 comment · Fixed by #507
Closed

Documentation Transaction Api #479

newton-whitman opened this issue Mar 23, 2023 · 1 comment · Fixed by #507
Labels
good first issue Good for newcomers

Comments

@newton-whitman
Copy link

https://www.dynamodbtoolbox.com/docs/table/methods#transactwrite
Mentions "TransactWriteItems is a synchronous write operation that groups up to 25 action requests. "

But here in AWS doc https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-apis.html
it says "TransactWriteItems is a synchronous and idempotent write operation that groups up to 100 write actions in a single all-or-nothing operation."

I am guessing since dynamodb toolbox is just wrapping TransactWriteItems it should say 100.

@naorpeled
Copy link
Collaborator

dynamodbtoolbox.com/docs/table/methods#transactwrite Mentions "TransactWriteItems is a synchronous write operation that groups up to 25 action requests. "

But here in AWS doc docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-apis.html it says "TransactWriteItems is a synchronous and idempotent write operation that groups up to 100 write actions in a single all-or-nothing operation."

I am guessing since dynamodb toolbox is just wrapping TransactWriteItems it should say 100.

Hey @newton-whitman,
good catch!

Want to open a PR for it? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants