--- id: mypy-boto3-apprunner version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-apprunner — Type annotations for boto3 AppRunner 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 246.0K/mo ## What it is and what it does This package is a type stub library that adds static type annotations for boto3's AppRunner service. It was generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocomplete and type checking for AppRunner API calls without requiring explicit type annotations in your code. You can use it standalone or as part of the broader boto3-stubs package. The library includes typed client interfaces, literal types for valid parameter values, and type definitions for service structures—all designed to catch type errors before runtime. Use it for: - Enable IDE autocomplete and type hints when writing boto3 AppRunner code in VSCode or PyCharm. - Catch AppRunner API usage errors during static type checking with mypy or pyright before deployment. - Document AppRunner client method signatures and parameter types for team members reading the code. - Use TYPE_CHECKING guards to include type annotations in development without adding a runtime dependency. - Validate AppRunner literal types (e.g., AutoScalingConfigurationStatusType) in function signatures. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's AppRunner service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with AppRunner and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat is PyCharm performance with full boto3-stubs (documented as slow in the package notes); consider boto3-stubs-lite if you experience issues. ## Install pip install mypy-boto3-apprunner uv add mypy-boto3-apprunner poetry add mypy-boto3-apprunner ## Installing mypy-boto3-apprunner Before you install: Low friction install with a single runtime 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 with minimal restrictions—safe for both open-source and commercial projects. Quickstart: # Install python -m pip install mypy-boto3-apprunner # Use with type checking from boto3.session import Session from mypy_boto3_apprunner import AppRunnerClient client: AppRunnerClient = Session().client("apprunner") Requires Python 3.9 or later; type checking integration depends on having mypy, pyright, or a compatible IDE installed separately. Verify before relying: - Performance impact in PyCharm compared to boto3-stubs-lite variant (documentation mentions potential slowness but quantifies it only as a known issue reference). - Whether the package works correctly with all listed IDE editors (VSCode, PyCharm, Emacs, Sublime Text) or if some have caveats beyond what the fact sheet states. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 246.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs apprunner, mypy annotations aws apprunner, boto3 apprunner type hints, pyright boto3 apprunner, ide autocomplete boto3 apprunner, static type checking aws apprunner, boto3 stubs apprunner service, type-stubs, boto3, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-apprunner) · [View on PyPI](https://pypi.org/project/mypy-boto3-apprunner/)