Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cargo-lambda/cargo-lambda
Cargo Lambda is a Cargo subcommand to help you work with AWS Lambda.
https://github.com/cargo-lambda/cargo-lambda
aws-lambda rust
Last synced: 3 months ago
JSON representation
Cargo Lambda is a Cargo subcommand to help you work with AWS Lambda.
- Host: GitHub
- URL: https://github.com/cargo-lambda/cargo-lambda
- Owner: cargo-lambda
- License: mit
- Created: 2022-03-06T23:31:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T02:07:30.000Z (3 months ago)
- Last Synced: 2024-11-19T03:18:29.544Z (3 months ago)
- Topics: aws-lambda, rust
- Language: Rust
- Homepage: https://www.cargo-lambda.info
- Size: 3.38 MB
- Stars: 714
- Watchers: 13
- Forks: 84
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cargo-lambda
[![crates.io][crate-image]][crate-link]
[![Build Status][build-image]][build-link]cargo-lambda is a [Cargo](https://doc.rust-lang.org/cargo/) subcommand to help you work with AWS Lambda.
Get started by looking at **[the documentation](https://www.cargo-lambda.info/guide/getting-started)**.
## License
This project is released under the [MIT License](/LICENSE).
## Sponsors
This project is maintained thanks to the sponsorship of the individuals below. If you want to sponsor my work on Cargo Lambda, check out the [GitHub Sponsors page](https://github.com/sponsors/calavera/).
[//]: # 'badges'
[crate-image]: https://img.shields.io/crates/v/cargo-lambda.svg
[crate-link]: https://crates.io/crates/cargo-lambda
[build-image]: https://github.com/cargo-lambda/cargo-lambda/workflows/Build/badge.svg
[build-link]: https://github.com/cargo-lambda/cargo-lambda/actions?query=workflow%3ACI+branch%3Amain