{"id":27028310,"url":"https://github.com/bhoudu/zambda","last_synced_at":"2025-07-30T09:02:56.743Z","repository":{"id":38173187,"uuid":"451131584","full_name":"bhoudu/zambda","owner":"bhoudu","description":"Simple CLI to produce zip files for AWS Lambda","archived":false,"fork":false,"pushed_at":"2023-02-04T05:29:29.000Z","size":1245,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T06:21:31.963Z","etag":null,"topics":["aws-lambda","cli","lambda","typescript","zip"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhoudu.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}},"created_at":"2022-01-23T14:37:23.000Z","updated_at":"2022-01-30T19:47:49.000Z","dependencies_parsed_at":"2023-02-18T14:01:21.806Z","dependency_job_id":null,"html_url":"https://github.com/bhoudu/zambda","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/bhoudu/zambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhoudu%2Fzambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhoudu%2Fzambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhoudu%2Fzambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhoudu%2Fzambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhoudu","download_url":"https://codeload.github.com/bhoudu/zambda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhoudu%2Fzambda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267842916,"owners_count":24153131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-lambda","cli","lambda","typescript","zip"],"created_at":"2025-04-05T00:27:38.520Z","updated_at":"2025-07-30T09:02:55.977Z","avatar_url":"https://github.com/bhoudu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zambda: zipping things for AWS Lambda\n[![npm version](https://badge.fury.io/js/zambda.svg)](https://badge.fury.io/js/zambda) [![Build Status](https://github.com/bhoudu/zambda/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/bhoudu/zambda/actions?query=branch%3Adevelop)\n\nZambda is a basic CLI to package files in a zip based on a JSON configuration file.\n\n ## Usage\n\n\nInstall zambda with yarn or npm\n\n    yarn install -g zambda\n\n\nWrite a JSON zambda configuration file `lambda_handler.zambda.json` for instance.\n\n    {\n        \"workDir\": \"zambda-dist\",\n        \"zip\": {\n            \"name\": \"my_lambda.zip\",\n        },\n        \"folders\": [\n            \"config\"\n        ],\n        \"files\": [\n            {\n                \"source\": \"webpack-build/lambda_handler.js\",\n                \"destination\": \"handler.js\"\n            },\n            {\n                \"source\": \"webpack-build/lambda.handler.js.map\",\n                \"destination\": \"handler.js.map\"\n            },\n            {\n                \"source\": \"resources/myfile.splash\"\n            }\n        ]\n    }\n\nRun zambda with your conf file as parameter.\n\n    zambda lambda_handler.zambda.json\n\nThis will procuce a zip file `my_lambda.zip` in `zambda-dist` folder as a result.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhoudu%2Fzambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhoudu%2Fzambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhoudu%2Fzambda/lists"}