Add additional context to new comment
This commit is contained in:
parent
a62e7514e4
commit
e5e057d6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/aws/aws-sdk-go/service/kinesis"
|
"github.com/aws/aws-sdk-go/service/kinesis"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewKinesisClient returns a new client with kinesis client
|
// NewKinesisClient returns a new wrapper around the Kinesis client
|
||||||
func NewKinesisClient() Client {
|
func NewKinesisClient() Client {
|
||||||
svc := kinesis.New(session.New(aws.NewConfig()))
|
svc := kinesis.New(session.New(aws.NewConfig()))
|
||||||
return &KinesisClient{svc}
|
return &KinesisClient{svc}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue