{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools"}],"enrichment":{"capability":"Provides Python APIs to define and deploy AWS cloud infrastructure as code, organizing resources into stacks and stages that synthesize to CloudFormation.","skillfed_tags":["infrastructure-as-code","aws-cloud","cloudformation"],"use_cases":["Define multi-environment deployments by instantiating the same Stack class with different configurations for dev, staging, and production.","Build reusable infrastructure libraries as construct subclasses that teams can share across projects.","Manage complex infrastructure organized across multiple stacks without writing raw CloudFormation.","Automate infrastructure changes through version control and CI/CD pipelines using Python code review workflows.","Separate stateful and stateless resources into different stacks for independent lifecycle management."],"what_it_does":"aws-cdk-lib is the core construct library for AWS CDK v2, a framework for defining cloud infrastructure in Python code rather than CloudFormation templates directly. It provides high-level abstractions (constructs) that map to AWS resources and services, letting you organize deployments into Stacks (physical CloudFormation units) and Stages (logical application instances). The library handles synthesis\u2014converting your Python definitions into CloudFormation JSON\u2014and manages asset handling, role configuration, and deployment orchestration through pluggable synthesizers.\n\nYou write Python classes that inherit from Stack, instantiate constructs for the AWS resources you need, and then synthesize and deploy. It supports both classic and barrel imports for different coding styles. The package depends on constructs (the base abstraction layer), jsii (for language bindings), and AWS CDK asset packages for CLI and Node.js tooling integration.","worth_installing":"Yes. aws-cdk-lib is production-stable (Development Status 5), actively maintained with recent updates, has no known vulnerabilities, and low installation friction. It is the standard library for Python-based AWS CDK v2 projects. Install it if you are building infrastructure-as-code applications on AWS and prefer Python over CloudFormation templates."},"id":"aws-cdk-lib","links":{"html":"https://skillfed.io/packages/aws-cdk-lib","md":"https://skillfed.io/packages/aws-cdk-lib.md","pypi":"https://pypi.org/project/aws-cdk-lib/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"permissive","name":"aws-cdk-lib","python_support":"supports_current","summary":"Version 2 of the AWS Cloud Development Kit library"},"popularity":{"monthly_downloads":7577580,"position":1721,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.265.0"}
