Anton Martynenko

Results 1 comments of Anton Martynenko

Hey guys! I had somewhat similar problem with AWS SDK v1 and running PutItem in multiple goroutines. And the solution was using custom HTTPClient with a timeout. Something like (SDK...