skillfed

types-aiobotocore-lambda

Type annotations for aiobotocore Lambda 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-lambda v3.9.0 1.7M downloads/30d#3,615 on PyPI670
Permissive license MIT Active released

What it is and what it does

types-aiobotocore-lambda is a type stub package that adds static type annotations to aiobotocore's Lambda service client. It is generated from aiobotocore 3.9.0 using mypy-boto3-builder 8.12.0 and provides type hints for client methods, paginators, waiters, and service resource types. When installed, it enables IDEs and type checkers to validate your async AWS Lambda code without requiring explicit type annotations in your source.

The package works by providing `.pyi` stub files that describe the shape of aiobotocore's Lambda API. Once installed in your environment, mypy, pyright, VSCode Pylance, PyCharm, and other tools automatically use these stubs to offer code completion and catch type errors. It is designed as a development-only dependency and can be safely excluded from production using TYPE_CHECKING guards.

Use it for:

  • Enable IDE autocompletion and type checking when writing async Lambda client code with aiobotocore.
  • Catch type errors in Lambda API calls (invoke, create_function, update_function_code) before runtime.
  • Provide explicit type annotations for LambdaClient, paginators, and waiters in mypy or pyright CI pipelines.
  • Support code navigation and refactoring in PyCharm or VSCode by resolving Lambda service method signatures.
  • Validate paginator and waiter usage patterns without manual type annotations.

Worth the install?

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

Provides type annotations and IDE autocompletion for aiobotocore Lambda 3.9.0, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text.

Yes. This is a zero-friction, actively maintained type stub package with no known vulnerabilities, permissive licensing, and broad IDE/checker support. Install it if you use aiobotocore's Lambda service and want static type checking or IDE completion; it is purely a development aid and can be excluded from production builds.

Install

types-aiobotocore-lambda on PyPI

pip

pip install types-aiobotocore-lambda

uv

uv add types-aiobotocore-lambda

poetry

poetry add types-aiobotocore-lambda

Installing types-aiobotocore-lambda

Before you install

Low friction: single runtime dependency (typing-extensions), wheel-only distribution, and actively maintained with a recent release. Marked Production/Stable and supports Python 3.9 through 3.14.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.

Quickstart

pip install types-aiobotocore-lambda

from aiobotocore.session import get_session
from types_aiobotocore_lambda import LambdaClient

session = get_session()
async with session.create_client("lambda") as client:
    client: LambdaClient
    # Type checking and IDE completion now available

Requires aiobotocore 3.9.0 to be installed separately; types-aiobotocore-lambda is stubs-only and does not provide runtime functionality.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (PY-40997) remain unresolved in current PyCharm versions.
  • Whether the lite variant (types-aiobotocore-lite) is recommended over the full package for new projects.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 12 days since the last release
Last repo commit
First released
Downloads 1,723,160/month — #3,615 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_lambda-3.9.0-py3-none-any.whl

Keywords: aiobotocore, lambda, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore lambda type stubsboto3 lambda type annotationsasync aws lambda typingmypy boto3 lambda typespyright aiobotocore lambdalambda client type hintsaws sdk type checking
type-stubsaws-lambdaasync-boto

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

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

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-boto3-lambda

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-ssm

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI