--- id: mypy-boto3-lambda version: "1.43.60" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-lambda — Type annotations for boto3 Lambda 1.43.60 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 11.0M/mo ## What it is and what it does This package is a stub-only type annotation library for AWS Lambda operations via boto3. It contains no runtime code—only type definitions that enable static type checkers and IDEs to understand boto3's Lambda API surface, providing code completion and catching type errors before runtime. The package is generated automatically from boto3 1.43.60 using mypy-boto3-builder 8.12.0 and supports multiple type-checking workflows: inline with mypy or pyright, through IDE language servers (Pylance in VSCode, Pyright in Sublime/Emacs), or as a development-only dependency guarded by TYPE_CHECKING. It depends only on typing-extensions and is compatible with Python 3.9 through 3.14. Use it for: - Enable IDE autocomplete and type checking for boto3 Lambda client calls in VSCode or PyCharm without writing manual type hints. - Catch Lambda API usage errors (wrong parameter names, incorrect types) during development with mypy or pyright before deployment. - Provide type hints for paginators, waiters, and service resources when working with Lambda through boto3. - Use as a development-only dependency (via TYPE_CHECKING guard) to avoid runtime overhead in production code. - Support multiple editor workflows (Emacs, Sublime Text, other LSP-compatible IDEs) with a single installed package. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's Lambda service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained stub package with no security vulnerabilities, permissive MIT licensing, and broad IDE support. Install it if you use boto3 for Lambda and want static type checking or IDE autocompletion; it adds minimal overhead and can be safely guarded as a development-only import. ## Install pip install mypy-boto3-lambda uv add mypy-boto3-lambda poetry add mypy-boto3-lambda ## Installing mypy-boto3-lambda Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent release 15 days ago and ongoing repository activity. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install mypy-boto3-lambda from boto3.session import Session from mypy_boto3_lambda import LambdaClient client: LambdaClient = Session().client("lambda") Requires Python 3.9 or later; type checking tools (mypy, pyright, or IDE language server) must be separately installed and configured. Verify before relying: - Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact on PyCharm reported in documentation (issue PY-40997) and whether boto3-stubs-lite is necessary for typical projects. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 11.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 lambda type stubs, type annotations for aws lambda, boto3 type hints, lambda client type checking, mypy boto3 stubs, aws lambda ide autocomplete, boto3 static type support, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-lambda) · [View on PyPI](https://pypi.org/project/mypy-boto3-lambda/)