Rahul Tripathi

Results 2 issues of Rahul Tripathi

### Describe the feature While encoding values using attributevalue.Marshal(), the big.Int type is treated as a simple struct but should be marshalled using Marshal ```go x := new(big.Int).SetInt64(int64(23)) fmt.Println(reflect.ValueOf(x).Elem().Kind()) //...

feature-request

### What happened? apparently before sending a request containing a file, multipart form upload, if the file is deleted, and then request is made the client crashes ### Steps to...

bug