Skip to content

Commit

Permalink
Add reference to update item in Dynamo DB (#3816)
Browse files Browse the repository at this point in the history
* Add reference to update item in Dynamo DB

* Update docs/source/guide/dynamodb.rst

---------

Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
  • Loading branch information
aivantuquero and nateprewitt authored Oct 15, 2024
1 parent 8ab0033 commit 7f4ecb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/guide/dynamodb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 7f4ecb0

Please sign in to comment.