dynamodb_execute_transaction function

This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL

This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL

This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.

See https://www.paws-r-sdk.com/docs/dynamodb_execute_transaction/ for full documentation.

dynamodb_execute_transaction( TransactStatements, ClientRequestToken = NULL, ReturnConsumedCapacity = NULL )

Arguments

  • TransactStatements: [required] The list of PartiQL statements representing the transaction to run.
  • ClientRequestToken: Set this value to get remaining results, if NextToken was returned in the statement response.
  • ReturnConsumedCapacity: Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see transact_get_items and transact_write_items.