{"id":24088109,"url":"https://github.com/time4tea/rust-lambda","last_synced_at":"2026-05-13T11:32:39.345Z","repository":{"id":145031299,"uuid":"325633166","full_name":"time4tea/rust-lambda","owner":"time4tea","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-15T18:09:55.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-27T05:26:09.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/time4tea.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-30T19:36:57.000Z","updated_at":"2021-03-15T18:09:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc1f208a-0e79-4a0c-b98b-c3064eb6cfe9","html_url":"https://github.com/time4tea/rust-lambda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/time4tea/rust-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time4tea%2Frust-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time4tea%2Frust-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time4tea%2Frust-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time4tea%2Frust-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/time4tea","download_url":"https://codeload.github.com/time4tea/rust-lambda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time4tea%2Frust-lambda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32980725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T11:31:52.688Z","status":"ssl_error","status_checked_at":"2026-05-13T11:31:52.072Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-01-10T03:58:21.267Z","updated_at":"2026-05-13T11:32:38.891Z","avatar_url":"https://github.com/time4tea.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Rust\n\nJust some stuff while learning some rust.. its probably terrible.\n\n### Goal\n\nWrite an AWS lambda function that can take a request, do some routing, call some other services, and return some content.\n\n### Progress\n\n- bin/basic.rs - print out the json that gets sent as an API gateway request\n- bin/hello.rs - return a message in the right format for the API gateway\n- bin/convert.rs - convert api gateway request to http::Request which seems to be a thing\n\n### Building\n\nNeed:\n - rust\n - sam\n\nIn some shell...\n```\n sam --debug build\n sam local start-api\n```\n\nIn another shell...\n```\nmake watch\n```\n\nIn yet another shell...\n```\n curl -XPOST http://127.0.0.1:3000/bob\n```\n\nnow you can edit the code, and see it liveish...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftime4tea%2Frust-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftime4tea%2Frust-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftime4tea%2Frust-lambda/lists"}