{"id":49515677,"url":"https://github.com/zerj9/setup-cargo-lambda","last_synced_at":"2026-05-01T21:36:01.115Z","repository":{"id":59495273,"uuid":"537526656","full_name":"zerj9/setup-cargo-lambda","owner":"zerj9","description":"GitHub Action to set up cargo-lambda for use in workflows","archived":false,"fork":false,"pushed_at":"2025-01-10T20:42:21.000Z","size":211,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T05:22:32.580Z","etag":null,"topics":["aws","aws-lambda","cargo","github-actions","rust"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerj9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-16T16:00:47.000Z","updated_at":"2025-05-31T14:56:50.000Z","dependencies_parsed_at":"2023-01-11T17:23:25.547Z","dependency_job_id":null,"html_url":"https://github.com/zerj9/setup-cargo-lambda","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"c8eb6148b66c998e4596600941338ce28d3d56fc"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zerj9/setup-cargo-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerj9%2Fsetup-cargo-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerj9%2Fsetup-cargo-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerj9%2Fsetup-cargo-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerj9%2Fsetup-cargo-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerj9","download_url":"https://codeload.github.com/zerj9/setup-cargo-lambda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerj9%2Fsetup-cargo-lambda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32514028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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","aws-lambda","cargo","github-actions","rust"],"created_at":"2026-05-01T21:36:00.980Z","updated_at":"2026-05-01T21:36:01.078Z","avatar_url":"https://github.com/zerj9.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Cargo Lambda\n\nThis GitHub action downloads, extracts and adds the [cargo-lambda](https://github.com/cargo-lambda/cargo-lambda) binary to the workspace PATH.\n\nPrior installation of Rust, Cargo and Zig are required within the workflow.\n\nThey can be installed using the [rustup-toolchain-install](https://github.com/marketplace/actions/rustup-toolchain-install) and [setup-zig](https://github.com/marketplace/actions/setup-zig) GitHub actions as shown below:\n\n## Usage\n\n```yaml\nname: cargo-lambda-test\non: [push]\njobs:\n  cargo-lambda-build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: dtolnay/rust-toolchain@stable\n      - uses: goto-bus-stop/setup-zig@v2\n        with:\n          version: 0.13.0\n      - uses: zerj9/setup-cargo-lambda@v0.1.1\n      - run: cargo lambda build --arm64\n        working-directory: lambda_function\n```\n\nNote: cargo-lambda requires rust version 1.59 and above as well as zig version 0.9.1 and above\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerj9%2Fsetup-cargo-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerj9%2Fsetup-cargo-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerj9%2Fsetup-cargo-lambda/lists"}