Add additional context to new comment

This commit is contained in:
Harlow Ward 2017-11-26 18:17:41 -08:00
parent a62e7514e4
commit e5e057d6aa

View file

@ -9,7 +9,7 @@ import (
"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 {
svc := kinesis.New(session.New(aws.NewConfig()))
return &KinesisClient{svc}