From 03b53d5e62a69cefcdcd6a3c7dd4c668f05631e2 Mon Sep 17 00:00:00 2001 From: Aivan Carlos Tuquero Date: Fri, 11 Aug 2023 11:19:43 +0800 Subject: [PATCH 1/2] Add reference to update item in Dynamo DB --- docs/source/guide/dynamodb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guide/dynamodb.rst b/docs/source/guide/dynamodb.rst index 6818aa82e0..12d8151177 100644 --- a/docs/source/guide/dynamodb.rst +++ b/docs/source/guide/dynamodb.rst @@ -137,7 +137,7 @@ Expected output:: Updating an item ---------------- -You can then update attributes of the item in the table:: +You can then update attributes of the item in the table using :py:meth:`DynamoDB.Table.update_item`:: table.update_item( Key={ From 0012d95fd29f1bb5b7a55ee899fb7bbaab43d6c0 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 30 Jul 2024 11:30:01 -0600 Subject: [PATCH 2/2] Update docs/source/guide/dynamodb.rst --- docs/source/guide/dynamodb.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/guide/dynamodb.rst b/docs/source/guide/dynamodb.rst index 12d8151177..7a1380fcb8 100644 --- a/docs/source/guide/dynamodb.rst +++ b/docs/source/guide/dynamodb.rst @@ -137,7 +137,8 @@ Expected output:: Updating an item ---------------- -You can then update attributes of the item in the table using :py:meth:`DynamoDB.Table.update_item`:: +You can then update attributes of the item in the table +using :py:meth:`DynamoDB.Table.update_item`:: table.update_item( Key={