From c0e9ba1e0dfd25c1e6d6dd6fab1e653432a06bd4 Mon Sep 17 00:00:00 2001 From: Roberto Rojas Date: Mon, 8 May 2023 12:01:42 -0400 Subject: [PATCH] [AWS DynamoDB] Support for transaction 2712 (#3389) Signed-off-by: Roberto J Rojas --- daprdocs/data/components/state_stores/aws.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/data/components/state_stores/aws.yaml b/daprdocs/data/components/state_stores/aws.yaml index e8af47bc1..1d5be544f 100644 --- a/daprdocs/data/components/state_stores/aws.yaml +++ b/daprdocs/data/components/state_stores/aws.yaml @@ -5,7 +5,7 @@ since: "1.10" features: crud: true - transactions: false + transactions: true etag: true ttl: true query: false