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

DAX Interface does not implement new `dynamodbiface.DynamoDBAPI` functions #52

Open jacobacl-amzn opened 5 months ago

jacobacl-amzn commented 5 months ago

The following functions have been introduced to the dynamodbiface.DynamoDBAPI interface in version 1.50.0:

UpdateKinesisStreamingDestination(*dynamodb.UpdateKinesisStreamingDestinationInput) (*dynamodb.UpdateKinesisStreamingDestinationOutput, error)
UpdateKinesisStreamingDestinationWithContext(aws.Context, *dynamodb.UpdateKinesisStreamingDestinationInput, ...request.Option) (*dynamodb.UpdateKinesisStreamingDestinationOutput, error)
UpdateKinesisStreamingDestinationRequest(*dynamodb.UpdateKinesisStreamingDestinationInput) (*request.Request, *dynamodb.UpdateKinesisStreamingDestinationOutput)

Without these functions implemented, the DAX client cannot be used as a drop-in replacement for a DynamoDB client.