mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
Add Amazon DynamoDB storage #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beberlei on GitHub (Oct 10, 2015).
Using the AWS SDK for PHP: http://docs.aws.amazon.com/aws-sdk-php/v3/api/namespace-Aws.DynamoDb.html
@larowlan commented on GitHub (Mar 2, 2016):
Is this still open? https://github.com/doctrine/KeyValueStore/blob/master/lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php seems to indicate there is a storage class, but #49 is still open? If so I'm interested in working on it.
@larowlan commented on GitHub (Mar 9, 2016):
Discussed this with @EmanueleMinotto on irc and agreed that it makes sense to merge the best bits of this PR with the existing implementation added in https://github.com/stanlemon/KeyValueStore/pull/2 and add some recursive removal of empty attributes at the same time.