mypy-boto3-apigatewayv2
Type annotations for boto3 ApiGatewayV2 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-apigatewayv2 on PyPI
pip
pip install mypy-boto3-apigatewayv2uv
uv add mypy-boto3-apigatewayv2poetry
poetry add mypy-boto3-apigatewayv2Installing 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 444,108/month — #6,624 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_apigatewayv2-1.43.0-py3-none-any.whl
Keywords: boto3, apigatewayv2, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-apigatewayProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-kinesisanalyticsv2Provides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI