(fix) BaseAWSLLM - cache IAM role credentials when used (#7775)

* fix base aws llm

* fix auth with aws role

* test aws base llm

* fix base aws llm init

* run ci/cd again

* fix get_credentials

* ci/cd run again

* _auth_with_aws_role
This commit is contained in:
Ishaan Jaff 2025-01-14 20:16:22 -08:00 committed by GitHub
parent 25ae1e9117
commit 6a4e8c33b3
6 changed files with 397 additions and 129 deletions

View file

@ -1,7 +1,7 @@
"""
Custom Logger that handles batching logic
Use this if you want your logs to be stored in memory and flushed periodically
Use this if you want your logs to be stored in memory and flushed periodically.
"""
import asyncio