From 7f4ecb0cf9e510f10c41cdb7ee10b047620f6f13 Mon Sep 17 00:00:00 2001 From: Aivan Carlos Tuquero Date: Wed, 16 Oct 2024 04:56:21 +0800 Subject: [PATCH] Add reference to update item in Dynamo DB (#3816) * Add reference to update item in Dynamo DB * Update docs/source/guide/dynamodb.rst --------- Co-authored-by: Nate Prewitt --- 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 6818aa82e0..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:: +You can then update attributes of the item in the table +using :py:meth:`DynamoDB.Table.update_item`:: table.update_item( Key={