# dynamo-db-lock **Repository Path**: mirrors_symfony/dynamo-db-lock ## Basic Information - **Project Name**: dynamo-db-lock - **Description**: Symfony Amazon DynamoDb extension Lock Bridge - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 7.4 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-13 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Amazon DynamoDB Lock ==================== Provides [Amazon DynamoDB](https://async-aws.com/clients/dynamodb.html) 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 --------- * [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony)