Skip to content

update DynamoDB feature store for AWS SDK 2.x #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed

Conversation

eli-darkly
Copy link
Contributor

@eli-darkly eli-darkly commented Dec 8, 2018

Their 2.x API is still fairly recent (and requires Java 8), so we'll probably need to support both versions for now. I'm thinking that the 1.x version would be on a long-running 1.x branch, and this version would be on master.

There aren't really any noteworthy changes in the code. Our implementation is the same, and the AWS methods we're calling are basically the same, it's just that their packages and classes have different names and they use builders instead of constructors.

# Conflicts:
#	src/main/java/com/launchdarkly/client/dynamodb/DynamoDBFeatureStoreCore.java
#	src/test/java/com/launchdarkly/client/dynamodb/DynamoDBFeatureStoreTest.java
# Conflicts:
#	src/main/java/com/launchdarkly/client/dynamodb/DynamoDBFeatureStoreCore.java
# Conflicts:
#	src/main/java/com/launchdarkly/client/dynamodb/DynamoDBFeatureStoreCore.java
# Conflicts:
#	src/main/java/com/launchdarkly/client/dynamodb/DynamoDbFeatureStoreBuilder.java
#	src/main/java/com/launchdarkly/client/dynamodb/DynamoDbFeatureStoreCore.java
#	src/test/java/com/launchdarkly/client/dynamodb/DynamoDbFeatureStoreTest.java
@eli-darkly eli-darkly requested a review from pkaeding December 10, 2018 18:26
# Conflicts:
#	src/main/java/com/launchdarkly/client/dynamodb/DynamoDbFeatureStoreCore.java
# Conflicts:
#	src/test/java/com/launchdarkly/client/dynamodb/DynamoDbFeatureStoreTest.java
@eli-darkly eli-darkly closed this Dec 13, 2018
@eli-darkly eli-darkly deleted the eb/v2-initial branch December 13, 2018 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants