I want to put a timeout when getting an item from the DynamoDB in Golang. I tried to provide the http.Client with 500ms timeout, but it did not work.
Here\'s how I config