ZIP
WinGet
CargoLambda
CargoLambda · 1.8.6 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
cargo-lambda-v1.8.6.windows-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
CargoLambda.CargoLambda
Version
1.8.6
Description
Cargo Lambda is a Cargo subcommand to help you work with AWS Lambda.
License
MIT
↗
Installer URL
https://github.com/cargo-lambda/cargo-lambda/releases/download/v1.8.6/cargo-lambda-v1.8.6.windows-x64.zip
Release Notes
What's Changed
- Fix conflicting short options by @markalexander in #858
- fix typo in installation.md by @garysassano in #861
- Fix issue reading metadata with package name. by @calavera in #870
- fix(deploy): allow to set iam role tags when created by @floydspace in #869
- Preserve anyhow errors coming from ZigBuild. by @calavera in #871
- fix: Improve the messaging when no zig installers are available. by @calavera in #873
- Remap content-length in streaming response headers. by @calavera in…