skillfed

mypy-boto3-apigateway

Type annotations for boto3 APIGateway 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-apigateway v1.43.0 2.2M downloads/30d#3,246 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type information for boto3's APIGateway service. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDEs that support Python type hints. When installed, it enables IDE autocomplete and catches type errors during development without requiring explicit type annotations in your code.

The package is designed as a companion to boto3 itself—it does not provide runtime functionality but only type metadata. It can be installed standalone or as part of boto3-stubs (a metapackage that covers multiple AWS services). The stub includes type annotations for the APIGatewayClient, paginators, waiters, and service resource types, allowing your type checker to validate method calls and return types at development time.

Use it for:

  • Enable IDE autocomplete and type checking for APIGateway operations in VSCode or PyCharm without manual type annotations.
  • Catch APIGateway API misuse (wrong method names, incorrect argument types) before runtime using mypy or pyright.
  • Provide type hints for paginator and waiter objects when iterating over large APIGateway result sets.
  • Reduce development friction in teams that enforce strict type checking on boto3 code.
  • Use in TYPE_CHECKING blocks to add type safety without adding a production dependency.

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 APIGateway service, enabling static type checking with mypy, pyright, and other tools.

Yes. Install this if you use boto3's APIGateway service and want static type checking and IDE autocomplete. It has low install friction, no vulnerabilities, an MIT license, and is actively maintained. The only caveat is PyCharm users may experience performance issues with the full stub; they can use boto3-stubs-lite as an alternative if needed.

Install

mypy-boto3-apigateway on PyPI

pip

pip install mypy-boto3-apigateway

uv

uv add mypy-boto3-apigateway

poetry

poetry add mypy-boto3-apigateway

Installing mypy-boto3-apigateway

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with no known vulnerabilities.

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-apigateway

from boto3.session import Session
from mypy_boto3_apigateway import APIGatewayClient

client: APIGatewayClient = Session().client("apigateway")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (issue PY-40997) remain unresolved in current versions.
  • Exact compatibility matrix between this stub version (1.43.0) and different boto3 release versions beyond 1.43.0.

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 2,154,702/month — #3,246 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_apigateway-1.43.0-py3-none-any.whl

Keywords: boto3, apigateway, boto3-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

boto3 type stubs apigatewayaws apigateway type annotationsboto3 apigateway mypy supporttype hints for boto3 apigatewayapigateway client type checkingboto3-stubs apigatewayide autocomplete boto3 apigateway
type-stubsaws-sdktype-checking

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

mypy-boto3-apigatewaymanagementapi

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-dataexchange

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-apigatewayv2

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-codepipeline

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-pinpoint

Provides type annotations and IDE…

permissive · top 15,000 on PyPI