harlow / kinesis-consumer

Golang library for consuming Kinesis stream data
MIT License
263 stars 88 forks source link

Update aws-sdk-go to at least v1.23.13 for OIDC web identity token #117

Closed mycrEEpy closed 4 years ago

mycrEEpy commented 4 years ago

When using the kinesis-consumer library in EKS it's best practice to use OIDC web identity token for authentication to AWS.

We need a minimum aws-sdk-go version of v1.23.13 to use this feature

Latest version (as of now) would be v1.33.1

harlow commented 4 years ago

Let’s get the AWS SDK updated and cut a new tag