Skip to content

Commit

Permalink
docs: update transacWrite request limit (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Jones committed Apr 14, 2023
1 parent d4bc57c commit 3472627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/table/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ The data is returned with the same response syntax as the [DynamoDB TransactGetI

#### transactWrite(items [,options] [,parameters])

> TransactWriteItems is a synchronous write operation that groups up to 25 action requests. The actions are completed atomically so that either all of them succeed, or all of them fail.
> TransactWriteItems is a synchronous write operation that groups up to 100 action requests. The actions are completed atomically so that either all of them succeed, or all of them fail.
The `transactWrite` method is a wrapper for the [DynamoDB TransactWriteItems API](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TransactWriteItems.html). The DynamoDB Toolbox `transactWrite` method supports all **TransactWriteItems** API operations. The `transactWrite` method returns a `Promise` and you must use `await` or `.then()` to retrieve the results. An alternative, synchronous method named `transactWriteParams` can be used, but will only retrieve the generated parameters.

Expand Down

0 comments on commit 3472627

Please sign in to comment.