tj/go-kinesis

Allow override of AWS region in Kinesis

Opened this issue · 0 comments

Should be able to override the AWS region in the config.

Example:

config := kinesis.Config{
	StreamName:    "logs",
	Region:        "us-east-1",
}