{"id":31627895,"url":"https://github.com/klaatu01/serverless-rebar","last_synced_at":"2026-04-20T14:06:10.187Z","repository":{"id":37895344,"uuid":"383886409","full_name":"klaatu01/serverless-rebar","owner":"klaatu01","description":"Zero configuration scaffolding tool for AWS Serverless Rust projects.","archived":false,"fork":false,"pushed_at":"2022-06-14T20:51:12.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-06T00:50:58.711Z","etag":null,"topics":["aws-lambda","rust","scaffolding","serverless","serverless-framework"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klaatu01.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":"2021-07-07T18:08:43.000Z","updated_at":"2022-06-25T00:15:10.000Z","dependencies_parsed_at":"2022-08-19T23:40:42.324Z","dependency_job_id":null,"html_url":"https://github.com/klaatu01/serverless-rebar","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/klaatu01/serverless-rebar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaatu01%2Fserverless-rebar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaatu01%2Fserverless-rebar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaatu01%2Fserverless-rebar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaatu01%2Fserverless-rebar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klaatu01","download_url":"https://codeload.github.com/klaatu01/serverless-rebar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaatu01%2Fserverless-rebar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278671959,"owners_count":26025797,"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-10-06T02:00:05.630Z","response_time":65,"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","rust","scaffolding","serverless","serverless-framework"],"created_at":"2025-10-06T20:15:34.830Z","updated_at":"2025-10-06T20:15:36.245Z","avatar_url":"https://github.com/klaatu01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serverless Rebar\n\nZero Configuration scaffolding tool for serverless rust projects.\n\n## About\n\nRebar uses your `serverless.yml` to create handler templates for a variety of [AWS Lambda Events](https://www.serverless.com/framework/docs/providers/aws/guide/events).\n\nCool... but why?\n\nWell, the problem with rust + lambda is that each function needs to be its own binary:\n\n\n```\nrust-sls/\n    ├── cargo.toml\n    ├── serverless.yml\n    └── src/\n        └── bin/\n            ├── handler_a.rs\n            └── handler_b.rs\n```\n\n## Installation\n\n```serverless plugin install --name serverless-rebar```\n\n## Configuration\n\n```\ncustom:\n  rebar:\n    \u003cparameter\u003e: \u003cvalue(s)\u003e\n```\n\nParameter | Type | Description | Default\n--- | --- | --- | ---\n`libs` | `Array\u003cstring\u003e` | Any local libraries you would like to import by default into your handlers | -\n`handlerDir` | `string` | The name of the directory under `src` where binaries are stored. | `bin`\n\n## Usage\n\n```serverless rebar```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaatu01%2Fserverless-rebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklaatu01%2Fserverless-rebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaatu01%2Fserverless-rebar/lists"}