Metadata-Version: 2.1
Name: cargo-lambda
Version: 1.4.0
Requires-Dist: ziglang>=0.10.0
Summary: Cargo subcommand to work with AWS Lambda
Keywords: cargo,subcommand,aws,lambda
Home-Page: https://github.com/cargo-lambda/cargo-lambda
Author: David Calavera
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/cargo-lambda/cargo-lambda

# 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

