--- id: mypy-boto3-apigatewayv2 version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-apigatewayv2 — Type annotations for boto3 ApiGatewayV2 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 444.1K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations to boto3's ApiGatewayV2 service. It enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide accurate code completion and type checking when working with API Gateway V2 resources, without requiring explicit type hints in your code. The stubs are generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and support static type checkers including mypy and pyright. It depends only on typing-extensions and works with Python 3.9 and later. The package is designed to be installed alongside boto3 or standalone for type-checking-only workflows. Use it for: - Enable IDE autocomplete and type hints when writing boto3 ApiGatewayV2 code in VSCode or PyCharm - Run mypy or pyright to catch type errors in AWS API Gateway V2 client calls before runtime - Use TYPE_CHECKING guards to include type annotations only during development, keeping production dependencies lean - Get inline documentation and parameter hints for ApiGatewayV2 client methods, paginators, and resource types ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ApiGatewayV2 service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with ApiGatewayV2. The package has low install friction, active maintenance, no security issues, and a permissive MIT license. Install it standalone or as part of boto3-stubs for the full experience. PyCharm users should be aware of potential performance issues and may prefer boto3-stubs-lite as an alternative. ## Install pip install mypy-boto3-apigatewayv2 uv add mypy-boto3-apigatewayv2 poetry add mypy-boto3-apigatewayv2 ## Installing mypy-boto3-apigatewayv2 Before you install: Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained with recent commits and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution. Safe to include in any project type, including proprietary software. Quickstart: pip install mypy-boto3-apigatewayv2 from boto3.session import Session from mypy_boto3_apigatewayv2 import ApiGatewayV2Client client: ApiGatewayV2Client = Session().client("apigatewayv2") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice - Performance impact of type stubs on IDE responsiveness compared to boto3-stubs-lite variant ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 444.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs apigatewayv2, type annotations aws api gateway, mypy boto3 stubs, ide autocomplete boto3, static type checking aws sdk, pyright boto3 support, type hints apigatewayv2, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-apigatewayv2) · [View on PyPI](https://pypi.org/project/mypy-boto3-apigatewayv2/)