aws-cdk
brew install aws-cdk
v2.1128.0
Apache-2.0
TypeScript/Python/Go framework for defining AWS infrastructure as code, compiling to CloudFormation templates.
Why you might care
Use CDK when you want to define cloud infrastructure programmatically with full language expressiveness instead of YAML/JSON templates. It abstracts CloudFormation's verbosity, supports multi-language bindings, and integrates naturally into your build pipeline. Much more powerful than raw CloudFormation or Terraform for AWS-native workloads.
2.3k
30-day installs · #909
8.4k
90-day · #881
32.7k
365-day · #846
12.8k
★ GitHub stars · updated 1d ago
Runtime dependencies
GitHub topics
aws
cloud-infrastructure
hacktoberfest
infrastructure-as-code
typescript
Links
- https://github.com/aws/aws-cdk
- GitHub: aws/aws-cdk
- Brew formula source: Formula/a/aws-cdk.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"Terraform",
"CloudFormation",
"Pulumi",
"SAM"
],
"build_dependencies": [],
"categories": [
"framework",
"build-system",
"infrastructure-as-code"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"node"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "AWS Cloud Development Kit - framework for defining AWS infra as code",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:40+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "aws-cdk",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-19T18:04:09Z",
"github_readme_excerpt": "# AWS Cloud Development Kit (AWS CDK)\n\n\n[](https://gitpod.io/#https://github.com/aws/aws-cdk)\n[](https://badge.fury.io/js/aws-cdk)\n[](https://badge.fury.io/py/aws-cdk-lib)\n[](https://badge.fury.io/nu/Amazon.CDK.Lib)\n[](https://maven-badges.herokuapp.com/maven-central/software.amazon.awscdk/aws-cdk-lib)\n[](https://pkg.go.dev/github.com/aws/aws-cdk-go/awscdk/v2)\n\n[](https://constructs.dev/packages/aws-cdk-lib)\n\nThe **AWS Cloud Development Kit (AWS CDK)** is an open-source software development\nframework to define cloud infrastructure in code and provision it through AWS CloudFormation.\n\nIt offers a high-level object-oriented abstraction to define AWS resources imperatively using\nthe power of modern programming languages. Using the CDK\u2019s library of\ninfrastructure constructs, you can easily encapsulate AWS best practices in your\ninfrastructure definition and share it without worrying about boilerplate logic.\n\nThe CDK is available in the following languages:\n\n* JavaScript, TypeScript ([Node.js \u003e= 20.x](https://nodejs.org/en/download))\n * We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)\n* Python ([Python \u2265 3",
"github_repo": "aws/aws-cdk",
"github_stars": 12814,
"github_topics": [
"aws",
"cloud-infrastructure",
"hacktoberfest",
"infrastructure-as-code",
"typescript"
],
"homepage": "https://github.com/aws/aws-cdk",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 2293,
"installs_365d": 32691,
"installs_90d": 8408,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:47:48+00:00",
"llm_model": "claude-haiku-4-5",
"name": "aws-cdk",
"oldnames": [],
"one_liner": "TypeScript/Python/Go framework for defining AWS infrastructure as code, compiling to CloudFormation templates.",
"optional_dependencies": [],
"rank_30d": 909,
"rank_365d": 846,
"rank_90d": 881,
"raw_hash": "e3b1a5b882352583",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/aws-cdk.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "2.1128.0",
"versioned_formulae": [],
"why_use_this": "Use CDK when you want to define cloud infrastructure programmatically with full language expressiveness instead of YAML/JSON templates. It abstracts CloudFormation\u0027s verbosity, supports multi-language bindings, and integrates naturally into your build pipeline. Much more powerful than raw CloudFormation or Terraform for AWS-native workloads."
}