symfony / amazon-dynamo-db-lock
Symfony Amazon DynamoDb extension Lock Bridge
Fund package maintenance!
fabpot
nicolas-grekas
symfony.com/sponsor
Tidelift
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Type:symfony-lock-bridge
Requires
- php: >=8.2
- async-aws/core: ^1.7
- async-aws/dynamo-db: ^3.0
- symfony/lock: ^7.4
Conflicts
- symfony/polyfill-uuid: <1.15
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 configurationlock_keys
is the name of the DynamoDB table to use