You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
in sessionConfig := &aws.Config{Region: aws.String(kinesisRegion)} s := session.New(sessionConfig) kinesis.New(s)
cannot use s (type session.Session) as type "github.com/aws/aws-sdk-go/aws/client".ConfigProvider in argument to kinesis.New: session.Session does not implement "github.com/aws/aws-sdk-go/aws/client".ConfigProvider (wrong type for ClientConfig method)
have ClientConfig(string, ..."gitlab.com/basking/graphql-api/vendor/github.com/aws/aws-sdk-go/aws".Config) "gitlab.com/basking/graphql-api/vendor/github.com/aws/aws-sdk-go/aws/client".Config
want ClientConfig(string, ..."github.com/aws/aws-sdk-go/aws".Config) "github.com/aws/aws-sdk-go/aws/client".Config
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in
sessionConfig := &aws.Config{Region: aws.String(kinesisRegion)} s := session.New(sessionConfig) kinesis.New(s)
cannot use s (type session.Session) as type "github.com/aws/aws-sdk-go/aws/client".ConfigProvider in argument to kinesis.New:
session.Session does not implement "github.com/aws/aws-sdk-go/aws/client".ConfigProvider (wrong type for ClientConfig method)
have ClientConfig(string, ..."gitlab.com/basking/graphql-api/vendor/github.com/aws/aws-sdk-go/aws".Config) "gitlab.com/basking/graphql-api/vendor/github.com/aws/aws-sdk-go/aws/client".Config
want ClientConfig(string, ..."github.com/aws/aws-sdk-go/aws".Config) "github.com/aws/aws-sdk-go/aws/client".Config
The text was updated successfully, but these errors were encountered: