{"id":16017383,"url":"https://github.com/robertohuertasm/aws-lambda-rust","last_synced_at":"2025-04-10T00:07:34.305Z","repository":{"id":77795469,"uuid":"160040735","full_name":"robertohuertasm/aws-lambda-rust","owner":"robertohuertasm","description":"Example of AWS Lambda written in Rust","archived":false,"fork":false,"pushed_at":"2018-12-22T17:42:42.000Z","size":28848,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T00:07:28.493Z","etag":null,"topics":["aws","lambda-functions"],"latest_commit_sha":null,"homepage":"https://robertohuertas.com/2018/12/02/aws-lambda-rust/","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/robertohuertasm.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":"2018-12-02T11:33:35.000Z","updated_at":"2023-06-04T18:39:52.000Z","dependencies_parsed_at":"2023-03-06T06:15:47.654Z","dependency_job_id":null,"html_url":"https://github.com/robertohuertasm/aws-lambda-rust","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"341d287c6ef5ae43001708f9b1ec22a5a1702a68"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Faws-lambda-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Faws-lambda-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Faws-lambda-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertohuertasm%2Faws-lambda-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertohuertasm","download_url":"https://codeload.github.com/robertohuertasm/aws-lambda-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131317,"owners_count":21052819,"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","lambda-functions"],"created_at":"2024-10-08T16:05:19.752Z","updated_at":"2025-04-10T00:07:34.279Z","avatar_url":"https://github.com/robertohuertasm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-lambda-rust\n\nTesting [this guide](https://aws.amazon.com/es/blogs/opensource/rust-runtime-for-aws-lambda/) to deploy some Rust in AWS Lambda.\n\nIf you need more information you can read my [AWS Lambda Functions written in Rust](https://robertohuertas.com/2018/12/02/aws-lambda-rust/) blog post where I describe all the steps I took to build and publish a Lambda Function in Rust.\n\n## Building the crate in OSX\n\nIn order to build this project in OSX you must ensure that you have a folder called `.cargo` with a `config` file in it. This file must contain exactly this:\n\n```sh\n[target.x86_64-unknown-linux-musl]\nlinker = \"x86_64-linux-musl-gcc\"\n```\n\n## Building the crate in Linux\n\nInstall the `musl-tools`:\n\n```sh\nsudo apt install musl-tools\n```\n\nRemove the `.cargo` folder if present or comment the contents of the `config` file.\n\n## Common building steps\n\n```sh\n# this will start the build process\ncargo build --release --target x86_64-unknown-linux-musl\n# this will create the final zip\nzip -j rust.zip ./target/x86_64-unknown-linux-musl/release/bootstrap\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertohuertasm%2Faws-lambda-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertohuertasm%2Faws-lambda-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertohuertasm%2Faws-lambda-rust/lists"}