aws / aws-dax-go

AWS DAX SDK for the Go programming language. https://aws.amazon.com/dynamodb/dax
Apache License 2.0
47 stars 48 forks source link

Add missing functions for satisfying dynamodbiface.dynamodbapi #20

Closed ardaguclu closed 4 years ago

ardaguclu commented 4 years ago

Issue #, if available:

Description of changes: After the release of version 1.25.40, there are functions newly added into the dynamodbiface interface. These newly functions has broken Dax casting in here and unit tests became invalid;

var _ dynamodbiface.DynamoDBAPI = (*Dax)(nil)

For that reason, I added new functions as unimplemented with their correct signatures.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.