symfony/amazon-dynamo-db-lock

Symfony Amazon DynamoDb extension Lock Bridge

Maintainers

Package info

github.com/symfony/dynamo-db-lock

Homepage

Type:symfony-lock-bridge

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

Statistics

Installs: 7 216

Dependents: 0

Suggesters: 0

Stars: 1

v8.1.0-BETA1 2026-04-18 13:52 UTC

This package is auto-updated.

Last update: 2026-05-06 14:28:25 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