Skip to content

feature: Rust Lambda functions with cargo-lambda #8 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ Each blueprint includes the infrastructure as code (IaC) tool, CI/CD pipeline, p
<td>GitHub Actions</td>
<td>Python</td>
</tr>
<tr>
<td><a href="https://github.com/cargo-lambda/cargo-lambda">Rust Lambda function</a></td>
<td><a href="https://www.cargo-lambda.info/">cargo-lambda</a></td>
<td><img src="https://img.shields.io/github/stars/cargo-lambda/cargo-lambda?style=social" height="25"/></td>
<td>A Cargo extension that allows to easily scaffold new Rust Lambda projects</td>
<td>None (but SAM, CDK and Terraform can be added easily)</td>
<td>None, but the repo has examples with GitHub Actions</td>
<td>Rust</td>
</tr>
</table>

---
Expand Down