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

DescribeEndpoints* functions are missing #8

Closed jdhardy closed 5 years ago

jdhardy commented 5 years ago

Using the DAX Go client with the latest version of the Go SDK results in:

projects/src/github.com/aws/aws-dax-go/dax/service.go:129:5: cannot use (Dax)(nil) (type Dax) as type dynamodbiface.DynamoDBAPI in assignment:
*Dax does not implement dynamodbiface.DynamoDBAPI (missing DescribeEndpoints method)

The DescribeEndpoints, DescribeEndpointsWithContext, and DescribeEndpointsRequest functions are missing from api.go.