cargo-lambda 1.2.1

Cargo subcommand to work with AWS Lambda
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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).

[//]: # '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