Fix issue with casting aws credentials providers

AWS Kinesis client contains two `ProfileCredentialsProvider`
classes, in `com.amazonaws.auth.profile` and
`software.amazon.awssdk.auth.credentials` packages. Use
`software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider`
to avoid class cast exception issues.

Bug: Issue 16920
Change-Id: I65df23743ba19fdb6cb6d8238881fc6fa181c7e1
2 files changed
tree: 84051172697f9c8cdee5f9a681cbee2f92505308
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

events-aws-kinesis

Provide producer and consumer of events streamed over AWS kinesis.

Build

Information on how to build this plugin can be found here

Configuration

Information on how to configure this plugin can be found here