{"id":15689812,"url":"https://github.com/liamg/lambo","last_synced_at":"2025-05-07T23:09:07.970Z","repository":{"id":37659061,"uuid":"419311999","full_name":"liamg/lambo","owner":"liamg","description":"Test your API gateway routed lambdas locally and in CI","archived":false,"fork":false,"pushed_at":"2022-04-11T20:47:47.000Z","size":781,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T23:09:02.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/liamg.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-10-20T12:03:01.000Z","updated_at":"2023-09-08T18:27:45.000Z","dependencies_parsed_at":"2022-09-07T22:01:02.058Z","dependency_job_id":null,"html_url":"https://github.com/liamg/lambo","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Flambo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Flambo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Flambo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Flambo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamg","download_url":"https://codeload.github.com/liamg/lambo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252968118,"owners_count":21833252,"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","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-03T18:04:37.402Z","updated_at":"2025-05-07T23:09:07.949Z","avatar_url":"https://github.com/liamg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lambo\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg height=\"890px\" src=\"lamb.png\"\u003e\n\u003c/p\u003e\n\nTest API Gateway wrapped lambda functions locally.\n\nLambo can also be used to test API GW lambdas in CI without needing docker-in-docker. It will take all HTTP requests and route them to a local invocation of your lambda function.\n\nIt comes after I had great difficulty getting sam-cli working via DinD in CI.\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"demo.gif\"\u003e\n\u003c/p\u003e\n\n\n## Usage\n\n### Binary\n\n```bash\nlambo --listen-addr 127.0.0.1:3000 ./my-lambda\n```\n\n### Docker\n\n```bash\ndocker run -it -p \"3000:3000\" -v `pwd`:/app ghcr.io/liamg/lambo:latest /app/my-lambda\n```\n\n### Further configuration\n\n```\nUsage:\n  lambo [lambda-path] [flags]\n\nFlags:\n  -e, --env-var stringArray   Add environment variable to expose to the lambda\n  -h, --help                  help for lambo\n  -l, --listen-addr string    The server will listen for requests on this address and route them to your local lambda function. (default \"127.0.0.1:3000\")\n  -t, --timeout duration      Maximum duration to allow a single invocation of the lambda to run for. (default 30s)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Flambo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamg%2Flambo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Flambo/lists"}