gusaul / go-dynamock

Amazon Dynamo DB Mock Driver for Golang to Test Database Interactions
MIT License
115 stars 50 forks source link

Compatibility with aws-sdk-v2 #12

Closed groovili closed 5 years ago

groovili commented 5 years ago

Hi @gusaul!

By this PR I want to add compatibility with the second version of AWS SDK. Also, I've added support of go modules, added positive scenario tests for most methods and refactored code. If backward compatibility is an issue it's possible to close this PR and create V2 branch for support of both versions of SDK and create PR for that branch of your repo.

In any case thanks for this solution.