{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Provides type annotations and IDE autocompletion support for boto3's Lambda service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","static-typing"],"use_cases":["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."],"what_it_does":"This package is a stub-only type annotation library for AWS Lambda operations via boto3. It contains no runtime code\u2014only 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.\n\nThe 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.","worth_installing":"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."},"id":"mypy-boto3-lambda","links":{"html":"https://skillfed.io/packages/mypy-boto3-lambda","md":"https://skillfed.io/packages/mypy-boto3-lambda.md","pypi":"https://pypi.org/project/mypy-boto3-lambda/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-lambda","python_support":"supports_current","summary":"Type annotations for boto3 Lambda 1.43.60 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":11024586,"position":1420,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.60"}
