openzipkin / zipkin-aws

Reporters and collectors for use in Amazon's cloud
Apache License 2.0
69 stars 34 forks source link

Updates versions and fixes errorprone warnings #47

Closed codefromthecrypt closed 7 years ago

codefromthecrypt commented 7 years ago

We should probably figure out what to do about below, which is failing tests.. do we use a different region provider chain?

com.amazonaws.SdkClientException: Unable to find a region via the region provider chain. Must provide an explicit region in the builder or setup environment to supply a region.
    at com.amazonaws.client.builder.AwsClientBuilder.setRegion(AwsClientBuilder.java:371)
    at com.amazonaws.client.builder.AwsClientBuilder.configureMutableProperties(AwsClientBuilder.java:337)
    at com.amazonaws.client.builder.AwsAsyncClientBuilder.build(AwsAsyncClientBuilder.java:80)
codefromthecrypt commented 7 years ago

nevermind on the exception. I figured it out (as was already addressed in SQS, just not kinesis yet)