From 88d058202306cefb143010a47524a683ef04e446 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 6 Feb 2024 14:12:09 -0500 Subject: [PATCH] DynamoDB: Add support for TransactWriteItems for boto3 resource Fixes https://github.com/boto/botocore/issues/2373. --- boto3/data/dynamodb/2012-08-10/resources-1.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boto3/data/dynamodb/2012-08-10/resources-1.json b/boto3/data/dynamodb/2012-08-10/resources-1.json index b79994e224..e285c8afd0 100644 --- a/boto3/data/dynamodb/2012-08-10/resources-1.json +++ b/boto3/data/dynamodb/2012-08-10/resources-1.json @@ -16,6 +16,9 @@ ], "path": "TableDescription" } + }, + "TransactWriteItems": { + "request": { "operation": "TransactWriteItems" } } }, "has": {