Back to Symfony

README

src/Symfony/Component/Lock/Bridge/DynamoDb/README.md

8.0.9644 B
Original Source

Amazon DynamoDB Lock

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