mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #17] [MERGED] Initial AWS DynamoDB storage implementation #50
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/17
Author: @stanlemon
Created: 9/21/2013
Status: ✅ Merged
Merged: 3/31/2014
Merged by: @guilhermeblanco
Base:
master← Head:dynamodb📝 Commits (4)
5de2e52Initial AWS DynamoDB storage implementatione53055bRemoved unnecessary table name field from constructor20d78eaFixed docblocks48d611fMoved protected methods to the end of the file.📊 Changes
2 files changed (+208 additions, -1 deletions)
View changed files
📝
composer.json(+2 -1)➕
lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php(+206 -0)📄 Description
First pass/attempt at a DynamoDB storage. If this looks acceptable I'll work on adding something to the docs specific to Dynamo. Some guidance and direction on how to write tests for something like this would be much appreciated.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.