This repository was archived by the owner on Nov 5, 2024. It is now read-only.
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
MIGRATION ISSUE: DAX not supported #743
Closed as not planned
Description
Pre-Migration Checklist
- I've read the Migration Guide.
- I've checked AWS Forums and StackOverflow for similar migration issues.
Go Version Used
Go 1.22
Describe the Migration Issue
My team can't upgrade to v2 unless the DAX SDK (https://github.com/aws/aws-dax-go) upgrades to v2 too.
However, that repository looks abandoned:
- aws-sdk-go-v2 support aws-dax-go#2
- Dax does not implement dynamodbiface.DynamoDBAPI functions aws-dax-go#54
- DAX Interface does not implement new
dynamodbiface.DynamoDBAPI
functions aws-dax-go#52
and PRs don't get attention: aws/aws-dax-go#43
See also
- Full DAX Support in aws-sdk-go-v2 aws-sdk-go-v2#2539
- Support Amazon DynamoDB Accelerator (DAX) aws-sdk-go-v2#1955
- DAX support aws-sdk-go-v2#1763
I understand that the maintainers of aws-sdk-go-v2
(this repo) don't want to own the burden of supporting DAX. However, this looks like an organizational problem; please don't put the burden on customers.
Why does this SDK not support DAX? Why is DAX a second-class citizen? It's a service offered by AWS, is it not? And this is the AWS SDK, is it not? Then it should support it.
Code Comparison
No response
Observed Differences/Errors
n/a
Additional Context
No response