Axel Etcheverry

Results 29 comments of Axel Etcheverry

see: [Yaegi](https://github.com/containous/yaegi) for dynamic plugin :)

You can use apmhttp package to wrap http client and pass it to aws sdk ``` httpClient := apmhttp.WrapClient(&http.Client{ Timeout: 5 * time.Second, }) awscfg, err := awsconfig.LoadDefaultConfig(ctx, awsconfig.WithHTTPClient(httpClient)) ```

Hello Sam, Thank you for your pull request :) Can you add unit tests for your feature? Best regards, Axel

Ok for me, just fix unit test :)