{"id":17876381,"url":"https://github.com/thpham/awscdk-asset-helmfile","last_synced_at":"2026-03-05T17:40:04.974Z","repository":{"id":249440686,"uuid":"831526345","full_name":"thpham/awscdk-asset-helmfile","owner":"thpham","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-02T00:40:51.000Z","size":989,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"helmfile-v0/main","last_synced_at":"2025-11-28T05:25:58.240Z","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/thpham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-07-20T20:20:45.000Z","updated_at":"2024-09-02T00:40:22.000Z","dependencies_parsed_at":"2024-10-28T12:19:08.822Z","dependency_job_id":"6c0bcd20-f1e9-4b56-baa0-b07be88476f8","html_url":"https://github.com/thpham/awscdk-asset-helmfile","commit_stats":null,"previous_names":["thpham/awscdk-asset-helmfile"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/thpham/awscdk-asset-helmfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thpham%2Fawscdk-asset-helmfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thpham%2Fawscdk-asset-helmfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thpham%2Fawscdk-asset-helmfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thpham%2Fawscdk-asset-helmfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thpham","download_url":"https://codeload.github.com/thpham/awscdk-asset-helmfile/tar.gz/refs/heads/helmfile-v0/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thpham%2Fawscdk-asset-helmfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30139372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: 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":"2024-10-28T11:30:07.025Z","updated_at":"2026-03-05T17:40:04.923Z","avatar_url":"https://github.com/thpham.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lambda Layer with Helmfile\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 `HelmfileLayer` which is a `lambda.LayerVersion` that\nbundles the [`helm`](https://helm.sh/) and the\n[`helmfile`](https://helmfile.readthedocs.io/en/latest/) command line.\n\n\u003e - Helm Version: 3.15.3\n\u003e - Helmfile Version: 0.166.0\n\nUsage:\n\n```ts\n// HelmfileLayer bundles the 'helm' and 'helmfile' command lines\nimport { HelmfileLayer } from '@thkpham/lambda-layer-helmfile-v0';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst helmfile = new HelmfileLayer(this, 'HelmfileLayer');\nfn.addLayers(helmfile);\n```\n\n`helm` will be installed under `/opt/helm/helm` and `helmfile` will be installed under `/opt/helmfile/helmfile`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthpham%2Fawscdk-asset-helmfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthpham%2Fawscdk-asset-helmfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthpham%2Fawscdk-asset-helmfile/lists"}