TheKeyholdingCompany / lasagna

A CLI tool to build your lambda layer zip for you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A CLI tool to build your lambda layer zip for you

License:Apache License 2.0


Languages

Language:Go 78.2%Language:Shell 21.8%