Crate cargo_lambda_build

Source

Structs§

BinaryArchive
BinaryModifiedAt

Enums§

BinaryData
InstallOption
Zig
Zig linker wrapper

Functions§

check_installation
create_binary_archive
Search for the bootstrap file for a function inside the target directory. If the binary file exists, it creates the zip archive and extracts its architecture by reading the binary.
install_options
install_zig
Install Zig using a choice prompt.
print_install_options
Print information about the Zig installation.
run
zip_binary
Create a zip file from a function binary. The binary inside the zip file is called bootstrap for function binaries. The binary inside the zip file is called by its name, and put inside the extensions directory, for extension binaries.