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: 1 149

Dependents: 0

Suggesters: 0

Stars: 1

v8.0.0 2025-11-02 08:09 UTC

This package is auto-updated.

Last update: 2026-02-27 14:08:16 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