types-boto3-cloudformation
Type annotations for boto3 CloudFormation 1.43.62 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 static type information to boto3's CloudFormation service. It is generated automatically from boto3 1.43.62 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text), type checkers (mypy, pyright), and linters to provide code completion and catch type errors at development time without changing how you write boto3 code.
The package contains no runtime logic—it only supplies type hints. You install it alongside boto3 in your development environment, and your IDE or type checker automatically recognizes CloudFormation client types, paginator types, waiter types, and service resource types. The docs note that PyCharm may experience performance issues with the full version due to Literal overloads, and suggest using types-boto3-lite as an alternative in that case.
Use it for:
- Enable IDE autocomplete and inline documentation for CloudFormation client methods while developing infrastructure-as-code scripts.
- Catch type mismatches in CloudFormation API calls during development with mypy or pyright before runtime.
- Provide explicit type annotations for CloudFormationClient, paginators, and waiters in codebases that enforce strict typing.
- Improve code maintainability in large CloudFormation automation projects by documenting expected argument and return types.
- Use with TYPE_CHECKING guards to keep type hints in source without adding a production dependency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's CloudFormation service, enabling IDE code completion and static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 CloudFormation in a typed codebase. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat: PyCharm users may experience performance degradation; the docs recommend types-boto3-lite as a workaround for that IDE. No security vulnerabilities are known.
Install
types-boto3-cloudformation on PyPI
pip
pip install types-boto3-cloudformationuv
uv add types-boto3-cloudformationpoetry
poetry add types-boto3-cloudformationInstalling types-boto3-cloudformation
Before you install
Low friction install with a single runtime dependency (typing-extensions). Actively maintained with a release 14 days ago; repo shows 670 stars and no archived status.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects.
Quickstart
pip install types-boto3-cloudformation
from boto3.session import Session
from types_boto3_cloudformation import CloudFormationClient
client: CloudFormationClient = Session().client("cloudformation")
Requires Python 3.9 or later; boto3 must be installed separately for runtime use.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (PY-40997) have been resolved or remain relevant.
- Exact scope of type coverage across all CloudFormation client methods, paginators, waiters, and service resources.
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 — 14 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,759,609/month — #2,902 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_cloudformation-1.43.62-py3-none-any.whl
Keywords: boto3, cloudformation, 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-cloudformationProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3-logsProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
types-boto3-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-comprehendProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-bedrock-runtimeProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-lambdaProvides type annotations and IDE…
permissive · top 5,000 on PyPI