Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Bedrock provider error - "AWS SDK not available. Please add aws-elixir dependency to use Bedrock adapter." #13

Description

@ParaleGleniel

Attempting to use ExLLM.chat/2 with the Bedrock provider results in the error:

"AWS SDK not available. Please add aws-elixir dependency to use Bedrock adapter."

ex_llm version:

def deps do
  [
    ...,
    {:ex_llm, "~> 0.8.1"},
    ....
  ]
end

I'm unable to proceed with using the Bedrock provider due to this error. Could you please provide guidance on how to properly configure ExLLM for Bedrock to resolve this "AWS SDK not available" issue, or if there's a missing step in the documentation?

Thank you for your time and assistance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions