skillfed

langchain-aws

An integration package connecting AWS and LangChain

langchain-aws v1.7.1 13.5M downloads/30d#1,281 on PyPI340
Permissive license MIT Active released

What it is and what it does

langchain-aws is an integration layer that bridges LangChain applications with AWS services. It builds on boto3, langchain-core, numpy, and pydantic to enable language model workflows to interact with AWS resources. The package assumes you have AWS credentials configured and provides the connectors needed to use AWS services within LangChain applications.

This is a focused integration package, not a general-purpose library—it exists to wire LangChain's abstractions to AWS APIs. If you're building a language model application that needs to call AWS services, this package provides the glue code to do so within LangChain's framework.

Use it for:

  • Build applications using LangChain with AWS as the underlying service provider
  • Create document processing pipelines that retrieve data from AWS and process it with LangChain
  • Integrate language model workflows with AWS services for stateful applications
  • Deploy LangChain applications on AWS infrastructure with native service bindings

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Connects LangChain applications to AWS services through boto3 and AWS APIs, enabling language model workflows to interact with AWS resources.

Yes, if you are building LangChain applications that need to interact with AWS services. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is low. Only install if you actually need AWS integrations.

Install

langchain-aws on PyPI

pip

pip install langchain-aws

uv

uv add langchain-aws

poetry

poetry add langchain-aws

Installing langchain-aws

Before you install

Low install friction with a pure-Python wheel distribution. Active maintenance with latest release on 2026-08-14 and 340 repository stars. Requires Python >=3.10.

License in practice

MIT license permits commercial and private use with minimal restrictions, suitable for most deployment scenarios.

Quickstart

pip install -U langchain-aws

import boto3
from langchain_aws import SomeAWSIntegration

# Requires AWS credentials configured

Requires Python >=3.10 and AWS credentials configured to connect with AWS services.

Verify before relying

  • Which specific AWS services are supported by this integration package
  • Whether AWS credentials must be configured before importing or only before making service calls
  • What langchain-core version compatibility range is required

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — boto3, langchain-core, numpy, pydantic
Maintenance actively maintained — 0 days since the last release
Last repo commit
First released
Downloads 13,452,869/month — #1,281 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: langchain_aws-1.7.1-py3-none-any.whl

Tags

langchain aws integrationaws boto3 langchainconnect langchain to awslangchain aws serviceslanguage model awsllm aws integrationaws service connector
aws-integrationlangchainllm-tooling

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

langchain-google-calendar-tools

Integrates Google Calendar with LangChain to…

unclear · top 15,000 on PyPI

langchain-xai

Connects xAI's language models to LangChain…

permissive · top 5,000 on PyPI

langchain-openai

Provides LangChain integrations for OpenAI's…

permissive · top 1,000 on PyPI

langchain-ollama

Connects LangChain applications to Ollama,…

permissive · top 5,000 on PyPI

langchain-deepseek

Integrates DeepSeek language models into…

permissive · top 5,000 on PyPI

langchain-google-community

Connects Google products and services to…

permissive · top 5,000 on PyPI

langchain-mistralai

Connects Mistral AI language models to…

permissive · top 5,000 on PyPI

langchain-docling

Integrates Docling document conversion with…

permissive · top 15,000 on PyPI

langchain-openrouter

Connects LangChain applications to OpenRouter,…

permissive · top 15,000 on PyPI

langchain-databricks

Connects LangChain applications to Databricks…

permissive · top 15,000 on PyPI