Allow override of AWS region in Kinesis
Opened this issue · 0 comments
mjcbsn22 commented
Should be able to override the AWS region in the config.
Example:
config := kinesis.Config{
StreamName: "logs",
Region: "us-east-1",
}
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",
}