/lasagna

A CLI tool to build your lambda layer zip for you

Primary LanguageGoApache License 2.0Apache-2.0

Lasagna

A CLI tool to build your lambda layer zip for you.

Usage

Usage:
  lasagna [options]
  lasagna --version
  lasagna --help

Options:
  -h --help           Show this Help.
  -o --output=<path>  Path to output file [default: ./layer.zip].
  -z --nix-zip        Use zip, rather than letting lasagna do it (this is faster).

Examples:
  lasagna --output=./my-layer.zip

Installation

MacOS

brew tap TheKeyholdingCompany/tap
brew install lasagna

Linux

snap install lasagna

Other

Download the binary from releases.