skillfed

mypy-boto3-amplifybackend

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

mypy-boto3-amplifybackend v1.43.0 247.7K downloads/30d#8,685 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 annotations to boto3's AmplifyBackend service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and provides complete type information for client methods, paginators, and service resources. The stubs enable IDEs like VSCode, PyCharm, Emacs, and Sublime Text to offer accurate code completion and type checking without requiring explicit type annotations in your code.

The package is designed as a development-time dependency and works with mypy, pyright, and other type checkers. It supports Python 3.9 through 3.14 and has a minimal footprint—only typing-extensions as a runtime dependency. The documentation recommends generating stubs locally with mypy-boto3-builder for production use, though direct PyPI installation is also supported.

Use it for:

  • Enable IDE autocomplete and type checking when writing boto3 AmplifyBackend code in VSCode with Pylance.
  • Catch type errors in AmplifyBackend API calls during development with mypy or pyright before runtime.
  • Provide accurate method signatures and parameter hints for AmplifyBackend client operations in PyCharm.
  • Support explicit type annotations for AmplifyBackendClient, paginators, and service resources in larger projects.
  • Guard type stubs behind TYPE_CHECKING to avoid production dependencies while maintaining development-time type safety.

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

Yes, if you use boto3 AmplifyBackend and want static type checking or IDE autocomplete. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package is production-stable and widely used (top 15000 PyPI packages). Consider the local generation approach via mypy-boto3-builder for production environments to avoid a runtime dependency.

Install

mypy-boto3-amplifybackend on PyPI

pip

pip install mypy-boto3-amplifybackend

uv

uv add mypy-boto3-amplifybackend

poetry

poetry add mypy-boto3-amplifybackend

Installing mypy-boto3-amplifybackend

Before you install

Low install friction with a single lightweight dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable production status.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-amplifybackend

from boto3.session import Session
from mypy_boto3_amplifybackend import AmplifyBackendClient

client: AmplifyBackendClient = Session().client("amplifybackend")

Requires Python 3.9 or later; intended for use alongside boto3 in development or with TYPE_CHECKING guards in production.

Verify before relying

  • Whether PyCharm performance issue PY-40997 remains unresolved and affects current versions.
  • Specific coverage of AmplifyBackend API surface compared to boto3 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 247,720/month — #8,685 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, amplifybackend, 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 amplifybackendmypy boto3 amplifybackend annotationsboto3 amplifybackend type hintsaws amplifybackend type checkingboto3 stubs ide autocompletepyright boto3 amplifybackendtype annotations aws sdk
type-stubsboto3aws

More Software Development packages