Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ The DynamoDbStore saves locks on a Amazon DynamoDB table. Install it by running:

.. code-block:: terminal
$ composer require symfony/amazon-dynamodb-lock
$ composer require symfony/amazon-dynamo-db-lock
It requires a `DynamoDbClient`_ instance or a `Data Source Name (DSN)`_.
This store does not support blocking, and expects a TTL to avoid stalled locks::
Expand Down