macOS
brew install aws-cdklocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de aws-cdk pour les workflows d'agents IA.
installation
brew install aws-cdklocal Homebrew formula metadata
sudo dnf install cdkFedora Rawhide package metadata · cdk · Source: dl.fedoraproject.org
nix profile install nixpkgs#cdknixpkgs package indexes · pkgs/by-name/cd/cdk/package.nix · Source: api.github.com
sudo apt install libcdk-javaDebian stable package indexes · libcdk-java · Source: deb.debian.org
sudo zypper install cdk-developenSUSE Tumbleweed package metadata · cdk-devel · Source: download.opensuse.org
aperçu
AWS Cloud Development Kit - framework for defining AWS infra as code
historique
AWS CDK is Amazon Web Services' open-source framework and CLI for defining cloud infrastructure in general-purpose programming languages and provisioning it through AWS CloudFormation. The Homebrew aws-cdk package installs the cdk command-line toolkit.
AWS introduced the AWS Cloud Development Kit in developer preview in 2018. The early pitch was infrastructure as code in familiar languages rather than hand-written JSON or YAML templates, with constructs compiling down to CloudFormation.
AWS announced general availability for the CDK's TypeScript and Python support on July 11, 2019. The project then expanded its language and construct ecosystem while keeping CloudFormation as the deployment engine.
AWS CDK v2 became generally available on December 2, 2021 alongside Construct Hub. Version 2 consolidated the AWS Construct Library into aws-cdk-lib, reducing the package sprawl that CDK v1 users had to manage.
CDK was adopted by developers and platform teams who wanted the repeatability of infrastructure as code without giving up loops, functions, types, IDE tooling, and package reuse. AWS documentation describes support for TypeScript, JavaScript, Python, Java, C#/.NET, and Go.
Its package culture grew around constructs: reusable modules that describe cloud resources and higher-level patterns. That ecosystem matters because the cdk CLI is only one piece; real adoption depends on libraries, generated CloudFormation resource definitions, and repeatable synthesis/deploy workflows.
Typical usage begins with cdk init, then cdk synth to generate a cloud assembly, cdk diff to compare deployed infrastructure, and cdk deploy to apply changes through CloudFormation. The CLI discovers the app command from cdk.json in the project directory, then falls back to ~/.cdk.json or command-line --app.
Configuration is split across CDK files and AWS shared files. CDK uses cdk.json, ~/.cdk.json, and cdk.context.json for app commands, context, feature flags, and cached lookups; AWS SDK/tooling uses ~/.aws/config and ~/.aws/credentials on Unix-like systems and %USERPROFILE%\.aws\config and %USERPROFILE%\.aws\credentials on Windows.
For package nerds, aws-cdk is a Node-distributed cloud compiler dressed as a system CLI. The installed cdk binary coordinates local language runtimes, npm packages, generated constructs, AWS credentials, and CloudFormation APIs, so version skew can matter.
It is also significant because it normalized packaging infrastructure abstractions as libraries. CDK apps are dependency graphs as much as source trees, and the CLI's job is to turn that graph into deterministic cloud assemblies.
posture de sécurité
infrastructure mutation or orchestration signal.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
cdk.json~/.cdk.jsoncdk.context.json~/.aws/config%USERPROFILE%\.aws\configCredential-bearing paths to review before unattended agent runs.
~/.aws/credentials%USERPROFILE%\.aws\credentialsexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
cdk | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/aws/aws-cdk
métadonnées d'installation
| Clé du paquet | brew:aws-cdk |
|---|---|
| Version | 2.1129.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/aws-cdk |
| Page d'accueil | https://github.com/aws/aws-cdk |
| Dépôt | https://github.com/aws/aws-cdk |
| Docs amont | https://docs.aws.amazon.com/cdk/v2/guide/cli.html |
| Licence | Apache-2.0 |
| Archive source | https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1129.0.tgz |
| Dernière mise à jour | 2026-07-02T16:39:42Z |
| Pulse | updated |
| Dépendances | node |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aws-cdk |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
libcdk-java 1:2.11-1
Chemistry Development Kit (CDK) Java libraries
sudo apt install libcdk-javacdk
nix profile install nixpkgs#cdklibcdk-java 1:2.9-1
Chemistry Development Kit (CDK) Java libraries
sudo apt install libcdk-javacdk 5.0.20260119-2.fc45
Curses Development Kit
https://invisible-island.net/cdk/
sudo dnf install cdkcdk-devel 5.0.20260119-2.fc45
Development files for cdk
https://invisible-island.net/cdk/
sudo dnf install cdk-develcdk-doc 5.0.20260119-2.fc45
Documentation and examples for cdk
https://invisible-island.net/cdk/
sudo dnf install cdk-doccdk-devel 5.0.20230201-1.7
Development Part of Curses Development Kit
https://invisible-island.net/cdk/
sudo zypper install cdk-devellibcdk6_3_4 5.0.20230201-1.7
The Runtime for the Curses Development Kit - Shared library
https://invisible-island.net/cdk/
sudo zypper install libcdk6_3_4piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.