Open
Description
Description
Create a lock store using AWS DynamoDB service to port to PHP the Java functionality created by the AWS team themselves with their DynamoDB Lock Client.
I first asked the question in the AsyncAws repo to see if such functionality could be a fit there, in a similar way to their DynamoDbSession and @jderusse has suggested to ask the question here in the Symfony repo, which makes total sense.
- Do people see value in having a Symfony Lock store for DynamoDB directly in the component?
- If yes, should this store be implemented directly in the Lock component using the AsyncAws DynamoDb client?
- Or the other way around, implement the store in AsyncAws as a package and then use it inside Symfony?
Thank you!
Example
No response