cargo-lambda-system 1.4.0

Cargo subcommand to work with AWS Lambda
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cargo-lambda-system"
readme = "README.md"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
description.workspace = true

[dependencies]
cargo-lambda-build.workspace = true
cargo-lambda-interactive.workspace = true
clap.workspace = true
miette.workspace = true
tracing.workspace = true