mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix(rds_iam_token.py): fix boto3 client init for rds
This commit is contained in:
parent
60381ffcdd
commit
83c5b48842
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ def init_rds_client(
|
|||
# boto3 automatically reads env variables
|
||||
|
||||
client = boto3.client(
|
||||
service_name="bedrock-runtime",
|
||||
service_name="rds",
|
||||
region_name=region_name,
|
||||
config=config,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue