aws-observability / aws-rum-web

Amazon CloudWatch RUM Web Client
Apache License 2.0
119 stars 65 forks source link

chore: cleanup AwsCredentialIdentity import #506

Closed williazz closed 3 months ago

williazz commented 7 months ago

The linter is complaining about the deprecated Credentials when we should instead use AwsCredentialIdentity. These objects are identical in shape so merging this PR will have no logical effect, except to make the linter a little happier.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.