aws-observability / aws-rum-web

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

feat: retry with new credentials on 403 #503

Closed williazz closed 4 months ago

williazz commented 5 months ago

Credentials cached in LocalStorage may be invalid and causing a 403. In this PR, we purge the local credentials before retrying.


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