{"id":17103417,"url":"https://github.com/dovahcrow/rust-apex","last_synced_at":"2025-10-20T11:26:10.899Z","repository":{"id":57664903,"uuid":"67967273","full_name":"dovahcrow/rust-apex","owner":"dovahcrow","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-04T00:29:46.000Z","size":575,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T00:42:56.370Z","etag":null,"topics":["apex","aws","rust"],"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/dovahcrow.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":"2016-09-12T02:06:12.000Z","updated_at":"2023-03-16T08:21:38.000Z","dependencies_parsed_at":"2022-09-14T21:41:04.686Z","dependency_job_id":null,"html_url":"https://github.com/dovahcrow/rust-apex","commit_stats":null,"previous_names":["doomsplayer/rust-apex"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovahcrow%2Frust-apex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovahcrow%2Frust-apex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovahcrow%2Frust-apex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovahcrow%2Frust-apex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dovahcrow","download_url":"https://codeload.github.com/dovahcrow/rust-apex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650417,"owners_count":21139672,"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":["apex","aws","rust"],"created_at":"2024-10-14T15:33:19.235Z","updated_at":"2025-10-14T12:10:43.310Z","avatar_url":"https://github.com/dovahcrow.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"rust-apex\n========\n\nThis library provides Rust support for apex, letting you run rust on AWS Lambda without pain!\n\nA example with apex configuration for quick start can be found at [apex-example](https://github.com/apex/apex/tree/master/_examples/rust) .\n\nHere is a simple example for minimal scaffold:\n```rust\nextern crate failure;\n#[macro_use]\nextern crate serde_json;\n#[macro_use]\nextern crate rust_apex;\n\nuse serde_json::Value;\nuse rust_apex::Context;\nuse failure::Error;\n\nlambda_entry!(handle);\n\nfn handle(input: Value, _: Context) -\u003e Result\u003cValue, Error\u003e {\n    Ok(json!({\n        \"input\": input\n    }))\n}\n```\n\nMore running examples can be found in `examples` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdovahcrow%2Frust-apex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdovahcrow%2Frust-apex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdovahcrow%2Frust-apex/lists"}