--- id: mypy-boto3-vpc-lattice version: "1.43.37" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-vpc-lattice — Type annotations for boto3 VPCLattice 1.43.37 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.6K/mo ## What it is and what it does This package is a stub-only type annotation library for boto3's VPC Lattice service, generated by mypy-boto3-builder 8.12.0. It provides type hints for the VPCLatticeClient, paginators, and service-specific data structures, enabling static type checkers and IDEs to validate your code and offer autocomplete as you write boto3 calls. You install it alongside boto3 in your development environment—it has no runtime behavior and only one runtime dependency (typing-extensions). It works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. The annotations are optional for development; you can use TYPE_CHECKING guards to keep the package out of production dependencies if needed. Use it for: - Enable IDE autocomplete and inline documentation for VPC Lattice API calls in VSCode or PyCharm without writing manual type annotations. - Catch VPC Lattice boto3 API misuse (wrong argument names, types, or missing required parameters) during development with mypy or pyright. - Provide explicit type signatures for VPCLatticeClient, paginators, and service resources in a shared library or team codebase. - Migrate from untyped boto3 code to a type-safe workflow for AWS VPC Lattice operations without rewriting existing logic. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's VPC Lattice service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with VPC Lattice and want IDE autocomplete or static type checking. Install friction is minimal (one dependency, low overhead), maintenance is active, and the MIT license poses no restrictions. No known vulnerabilities. Install as a dev-only dependency to keep production clean. ## Install pip install mypy-boto3-vpc-lattice uv add mypy-boto3-vpc-lattice poetry add mypy-boto3-vpc-lattice ## Installing mypy-boto3-vpc-lattice Before you install: Low friction install with a single runtime dependency (typing-extensions). Actively maintained; last commit 2026-06-22 with 670 repository stars. Package released 46 days ago. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: # Install python -m pip install mypy-boto3-vpc-lattice # Use with type checking from boto3.session import Session from mypy_boto3_vpc_lattice import VPCLatticeClient client: VPCLatticeClient = Session().client("vpc-lattice") # IDE and mypy now provide type checking and autocomplete Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Performance impact on PyCharm with full boto3-stubs (documentation notes potential slowness on Literal overloads); lite variant availability and trade-offs not detailed in fact sheet. - Compatibility with all IDEs claiming mypy/pyright support—documentation lists specific tools but generalization to 'other IDEs' is untested per the excerpt. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 250.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs vpc lattice, mypy annotations aws vpc lattice, boto3 vpc lattice type hints, pyright boto3 vpc lattice, aws vpc lattice type checking, boto3 vpc lattice autocomplete, type annotations vpc lattice service, type-stubs, boto3-service, aws-vpc-lattice [View on SkillFed](https://skillfed.io/packages/mypy-boto3-vpc-lattice) · [View on PyPI](https://pypi.org/project/mypy-boto3-vpc-lattice/)