{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type annotations for boto3's CloudFormation service, enabling IDE code completion and static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","boto3","aws"],"use_cases":["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."],"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.\n\nThe package contains no runtime logic\u2014it 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.","worth_installing":"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."},"id":"types-boto3-cloudformation","links":{"html":"https://skillfed.io/packages/types-boto3-cloudformation","md":"https://skillfed.io/packages/types-boto3-cloudformation.md","pypi":"https://pypi.org/project/types-boto3-cloudformation/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-31","license_spdx":"MIT","license_treatment":"permissive","name":"types-boto3-cloudformation","python_support":"supports_current","summary":"Type annotations for boto3 CloudFormation 1.43.62 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":2759609,"position":2902,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.62"}
