{"id":22466313,"url":"https://github.com/hummingbird-project/hummingbird-lambda","last_synced_at":"2025-08-02T07:30:54.881Z","repository":{"id":46996260,"uuid":"335916141","full_name":"hummingbird-project/hummingbird-lambda","owner":"hummingbird-project","description":"Hummingbird running inside an AWS Lambda","archived":false,"fork":false,"pushed_at":"2024-05-15T06:21:27.000Z","size":118,"stargazers_count":21,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-05-20T01:10:23.428Z","etag":null,"topics":["aws","aws-lambda","hummingbird","hummingbird-lambda","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/hummingbird-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"adam-fowler"}},"created_at":"2021-02-04T10:18:36.000Z","updated_at":"2024-05-21T18:32:19.898Z","dependencies_parsed_at":"2023-11-18T16:26:52.590Z","dependency_job_id":"d6b40e36-e21a-4306-ada4-bca9ff234e40","html_url":"https://github.com/hummingbird-project/hummingbird-lambda","commit_stats":{"total_commits":55,"total_committers":1,"mean_commits":55.0,"dds":0.0,"last_synced_commit":"e54a28a5a908b761f68706a021063a7e95c3e14a"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingbird-project%2Fhummingbird-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingbird-project%2Fhummingbird-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingbird-project%2Fhummingbird-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingbird-project%2Fhummingbird-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummingbird-project","download_url":"https://codeload.github.com/hummingbird-project/hummingbird-lambda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228446406,"owners_count":17921107,"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":["aws","aws-lambda","hummingbird","hummingbird-lambda","swift"],"created_at":"2024-12-06T10:11:32.816Z","updated_at":"2025-08-02T07:30:54.867Z","avatar_url":"https://github.com/hummingbird-project.png","language":"Swift","funding_links":["https://github.com/sponsors/adam-fowler"],"categories":[],"sub_categories":[],"readme":"# Hummingbird Lambda\n\nRun Hummingbird inside an AWS Lambda\n\n## Usage\n\n```swift\ntypealias AppRequestContext = BasicLambdaRequestContext\u003cAPIGatewayV2Request\u003e\n\n// Create router and add a single route returning \"Hello\" in its body\nlet router = Router(context: AppRequestContext.self)\nrouter.get(\"hello\") { _, _ in\n    return \"Hello\"\n}\n// create lambda using router and run\nlet lambda = APIGatewayV2LambdaFunction(router: router)\ntry await lambda.runService()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummingbird-project%2Fhummingbird-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhummingbird-project%2Fhummingbird-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummingbird-project%2Fhummingbird-lambda/lists"}