Closed
Description
Describe the bug
SDK often returns the error below after updated SDK version.
acutal error:
operation error DynamoDB: Query, $tableName: https response error StatusCode: 200, RequestID: 123456, deserialization failed, failed to decode response body, read tcp $src->$dst: use of closed network connection
Expected Behavior
No errors
Current Behavior
operation error DynamoDB: Query, $tableName: https response error StatusCode: 200, RequestID: 123456, deserialization failed, failed to decode response body, read tcp $src->$dst: use of closed network connection
Reproduction Steps
ddb := dynamodb.NewFromConfig(defaultCfg)
result, err := ddb.Query(
ctx,
&dynamodb.QueryInput{
TableName: aws.String(tableName),
ExpressionAttributeNames: expr.Names(),
ExpressionAttributeValues: expr.Values(),
KeyConditionExpression: expr.KeyCondition(),
},
)
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go-v2 v1.16.8
github.com/aws/aws-sdk-go-v2/config v1.15.15
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.8
github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression v1.4.14
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.10
github.com/aws/smithy-go v1.12.0
Compiler and Version used
1.19
Operating System and version
Linux
Activity