{"id":35222807,"url":"https://github.com/cdklabs/awscdk-asset-kubectl","last_synced_at":"2026-04-02T21:18:36.375Z","repository":{"id":59840077,"uuid":"536358159","full_name":"cdklabs/awscdk-asset-kubectl","owner":"cdklabs","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-01T07:37:50.000Z","size":6440,"stargazers_count":27,"open_issues_count":17,"forks_count":22,"subscribers_count":11,"default_branch":"kubectl-v35/main","last_synced_at":"2026-04-01T09:46:08.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cdklabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-14T00:41:45.000Z","updated_at":"2026-04-01T07:31:45.000Z","dependencies_parsed_at":"2023-10-03T05:40:41.834Z","dependency_job_id":"720a4cfb-1764-4710-ae69-0725dcd50fd1","html_url":"https://github.com/cdklabs/awscdk-asset-kubectl","commit_stats":{"total_commits":432,"total_committers":14,"mean_commits":"30.857142857142858","dds":0.07870370370370372,"last_synced_commit":"3358f1d05c6c104127f2e3ea84a4daf0783f6a73"},"previous_names":[],"tags_count":363,"template":false,"template_full_name":"amazon-archives/__template_Apache-2.0","purl":"pkg:github/cdklabs/awscdk-asset-kubectl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdklabs%2Fawscdk-asset-kubectl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdklabs%2Fawscdk-asset-kubectl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdklabs%2Fawscdk-asset-kubectl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdklabs%2Fawscdk-asset-kubectl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdklabs","download_url":"https://codeload.github.com/cdklabs/awscdk-asset-kubectl/tar.gz/refs/heads/kubectl-v35/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdklabs%2Fawscdk-asset-kubectl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31316469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-12-30T00:29:59.194Z","updated_at":"2026-04-02T21:18:36.365Z","avatar_url":"https://github.com/cdklabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lambda Layer with KubeCtl v1.35\n\u003c!--BEGIN STABILITY BANNER--\u003e\n\n---\n\n![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)\n\n---\n\n\u003c!--END STABILITY BANNER--\u003e\n\nThis module exports a single class called `KubectlV35Layer` which is a `lambda.LayerVersion` that\nbundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the\n[`helm`](https://helm.sh/) command line.\n\n\u003e - Helm Version: 4.1.3\n\u003e - Kubectl Version: 1.35.2\n\u003e\n\nUsage:\n\n```ts\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV35Layer } from '@aws-cdk/lambda-layer-kubectl-v35';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst kubectl = new KubectlV35Layer(this, 'KubectlLayer');\nfn.addLayers(kubectl);\n```\n\n`kubectl` will be installed under `/opt/kubectl/kubectl`, and `helm` will be installed under `/opt/helm/helm`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdklabs%2Fawscdk-asset-kubectl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdklabs%2Fawscdk-asset-kubectl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdklabs%2Fawscdk-asset-kubectl/lists"}