Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 1d35220

Browse files
committed
Adding ConditionCheck
1 parent 8ec7d27 commit 1d35220

File tree

1 file changed

+1
-1
lines changed
  • localstack-core/localstack/services/dynamodb

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/dynamodb/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ def transact_write_items(
13241324

13251325
for item in transact_items:
13261326
item: TransactWriteItem
1327-
for key in ["Put", "Update", "Delete"]:
1327+
for key in ["Put", "Update", "Delete", "ConditionCheck"]:
13281328
inner_item: Put | Delete | Update = item.get(key)
13291329
if inner_item:
13301330
# Extract the table name from the ARN; DynamoDB Local does not currently support

0 commit comments

Comments
 (0)