openzipkin / zipkin-aws

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

Provide option for Kinesis AWS region configuration #104

Closed jtanza closed 6 years ago

jtanza commented 6 years ago

Addresses open issue 97. Currently, it is not possible to use a Kinesis stream created in any region outside of us-east-1. These changes allow users to set the AWS region for both Kinesis and STS independently, or optionally to the same region using a single environment variable, AWS_REGION.

codefromthecrypt commented 6 years ago

thanks a lot!