symfony/amazon-dynamo-db-lock

Symfony Amazon DynamoDb extension Lock Bridge

7.4.x-dev 2025-09-15 10:33 UTC

This package is auto-updated.

Last update: 2025-09-15 13:26:28 UTC


README

Provides Amazon DynamoDB integration for Symfony Lock.

DSN example

dynamodb://default/lock_keys

where:

  • default means the DynamoDB client will use the default configuration
  • lock_keys is the name of the DynamoDB table to use

Resources