Dmitry Kropachev
Dmitry Kropachev
There is unoficial async aws sdk https://pypi.org/project/aioboto3/ Let's implement load balancert for it.
AWS SDK injects lots of headers into the code, that are not used by alternator: ``` User-Agent: aws-sdk-go-v2/1.36.2 ua/2.1 os/linux lang/go#1.24.0 md/GOOS#linux md/GOARCH#amd64 api/dynamodb#1.40.2 m/E Content-Length: 73 Accept-Encoding: identity Amz-Sdk-Invocation-Id:...
AWS SDK injects lot's of headers into the code, that are not used by alternator: ``` User-Agent: aws-sdk-go-v2/1.36.2 ua/2.1 os/linux lang/go#1.24.0 md/GOOS#linux md/GOARCH#amd64 api/dynamodb#1.40.2 m/E Content-Length: 73 Accept-Encoding: identity Amz-Sdk-Invocation-Id:...
Alternator is going to get certificate authentication: https://github.com/scylladb/scylladb/issues/23684 We need to update clients to make it easy for user to feed client certificate to DynamoDB client. Optionally: 1. Certificate to...
Run dns lb on all supported languages and sdk versions to make sure that it works as intended. Document findings in `dns/README.md`