{"id":25554022,"url":"https://github.com/aws/aws-cdk-cli","last_synced_at":"2026-04-20T14:10:05.927Z","repository":{"id":278538547,"uuid":"864099010","full_name":"aws/aws-cdk-cli","owner":"aws","description":"AWS CDK Toolkit","archived":false,"fork":false,"pushed_at":"2026-03-04T10:52:10.000Z","size":12445,"stargazers_count":88,"open_issues_count":131,"forks_count":80,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-03-04T16:43:37.432Z","etag":null,"topics":["aws","cdk","cloud-infrastructure","infrastructure-as-code"],"latest_commit_sha":null,"homepage":"https://aws.amazon.com/cdk/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aws.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-27T13:44:38.000Z","updated_at":"2026-03-04T10:20:14.000Z","dependencies_parsed_at":"2025-02-20T10:35:09.039Z","dependency_job_id":"221cb1fe-9ed7-4980-8291-faa46c7c554d","html_url":"https://github.com/aws/aws-cdk-cli","commit_stats":null,"previous_names":["aws/aws-cdk-cli"],"tags_count":479,"template":false,"template_full_name":"amazon-archives/__template_Apache-2.0","purl":"pkg:github/aws/aws-cdk-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-cdk-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-cdk-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-cdk-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-cdk-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws","download_url":"https://codeload.github.com/aws/aws-cdk-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-cdk-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cdk","cloud-infrastructure","infrastructure-as-code"],"created_at":"2025-02-20T12:49:06.116Z","updated_at":"2026-04-16T23:01:32.519Z","avatar_url":"https://github.com/aws.png","language":"TypeScript","readme":"# AWS Cloud Development Kit (AWS CDK) Toolkit\n\n[![NPM version](https://badge.fury.io/js/aws-cdk.svg)](https://badge.fury.io/js/aws-cdk)\n\nThe **AWS Cloud Development Kit (AWS CDK)** is an open-source software\ndevelopment framework to define cloud infrastructure in code and provision it\nthrough AWS CloudFormation.\n\nThe AWS CDK consists of two main components:\n\n- a [class library](https://github.com/aws/aws-cdk), that you use to\n  to model your infrastructure in code; and\n- a *toolkit*, consisting of a CLI or a programmatic library, to act on those\n  models.\n\nThis repository contains the code for the toolkit components. The [class library\nrepository](https://github.com/aws/aws-cdk) is the main repository for the CDK\nproject.\n\n## Getting Help\n\nThe best way to interact with our team is through GitHub, on the [aws-cdk\nrepository](https://github.com/aws/aws-cdk). You can open an\n[issue](https://github.com/aws/aws-cdk/issues/new/choose) and choose from one of\nour templates for bug reports, feature requests, documentation issues, or\nguidance.\n\nIf you have a support plan with AWS Support, you can also create a new [support case](https://console.aws.amazon.com/support/home#/).\n\nYou may also find help on these community resources:\n\n- Look through the [API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html) or [Developer Guide](https://docs.aws.amazon.com/cdk/latest/guide)\n- The #aws-cdk Slack channel in [cdk.dev](https://cdk.dev)\n- Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/aws-cdk)\n  and tag it with `aws-cdk`\n\n## Contributing\n\nWe welcome community contributions and pull requests. See\n[CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to set up a development\nenvironment and submit code.\n\n## Structure of this repository\n\nHere are the packages in this repository. See the README of each package for more information about it:\n\n| Package                                                                       | Description                                                                                                                                                | Published? | Maintained? |\n| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ----------- |\n| [aws-cdk](./packages/aws-cdk/)                                                | The CDK Toolkit CLI, main CLI interface to CDK projects.                                                                                                   | Yes        | Yes         |\n| [@aws-cdk/toolkit-lib](./packages/@aws-cdk/toolkit-lib/)                      | A programmatic interface for the CDK Toolkit.                                                                                                              | Yes        | Yes         |\n| [cdk](./packages/cdk/)                                                        | An alias for `aws-cdk` so you can run `npx cdk` even if it's not installed.                                                                                | Yes        | Yes         |\n| [cdk-assets v3](./packages/cdk-assets/)                                       | CLI component handling asset uploads, also used as a CLI in [CDK Pipelines](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines-readme.html) | Yes        | Yes         |\n| [@aws-cdk/cloud-assembly-schema](./packages/@aws-cdk//cloud-assembly-schema/) | The contract between the CDK construct library and the CDK toolkit                                                                                         | Yes        | Yes         |\n| [@aws-cdk/cloudformation-diff](./packages/@aws-cdk/cloudformation-diff/)      | CLI component for diffing CloudFormation templates                                                                                                         | Yes        | Yes         |\n| [@aws-cdk/cli-plugin-contract](./packages/@aws-cdk/cli-plugin-contract/)      | TypeScript types for CLI plugins.                                                                                                                          | Yes        | Yes         |\n| [@aws-cdk/cdk-cli-wrapper](./packages/@aws-cdk/cdk-cli-wrapper/)              | A deprecated attempt at building a programmatic interface for the CLI                                                                                      | No         | No          |\n| [@aws-cdk/node-bundle](./packages/@aws-cdk/node-bundle/)                      | A tool to build CLI bundles that include license attributions.                                                                                             | No         | Yes         |\n| [@aws-cdk/user-input-gen](./packages/@aws-cdk/user-input-gen/)                | A build tool for the CLI and toolkit-lib.                                                                                                                  | No         | Yes         |\n| [@aws-cdk/yarn-cling](./packages/@aws-cdk/yarn-cling/)                        | A deprecated build tool for the CLI.                                                                                                                       | No         | No          |\n\nEvery package comes with its own unit tests. There is a companion repository to this one containing the integration tests. You can find it here: \u003chttps://github.com/aws/aws-cdk-cli-testing\u003e\n\nSee the [contributing guide](./CONTRIBUTING.md) for more information on this repository.\n\n## Compatibility\n\nThe CLI is always able to process CDK apps using a version of the Construct Library\nreleased before it. We recommend you always keep the CLI version up-to-date to get the\nlatest features.\n\nFor more details on the compatibility model and specific versions that work together,\nsee [COMPATIBILITY.md](COMPATIBILITY.md).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws%2Faws-cdk-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws%2Faws-cdk-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws%2Faws-cdk-cli/lists"}