symfony/amazon-dynamo-db-lock

Symfony Amazon DynamoDb extension Lock Bridge

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Type:symfony-lock-bridge

pkg:composer/symfony/amazon-dynamo-db-lock

7.4.x-dev 2025-09-29 12:08 UTC

This package is auto-updated.

Last update: 2025-09-29 12:28:05 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