Sample project using lambda-zig custom AWS Lambda runtime
Find a file
Emil Lerch 6415b2aba1
Some checks failed
Lambda-Zig-Sample Build / build (push) Failing after 10m15s
update versions
2026-02-04 16:41:28 -08:00
.forgejo/workflows upgrade to zig 0.15.2 / refactored lambda-zig 2026-02-02 11:43:37 -08:00
src
.gitignore upgrade to zig 0.15.2 / refactored lambda-zig 2026-02-02 11:43:37 -08:00
.mise.toml update versions 2026-02-04 16:41:28 -08:00
.pre-commit-config.yaml update versions 2026-02-04 16:41:28 -08:00
build.zig configureBuild signature change 2026-02-04 15:17:48 -08:00
build.zig.zon configureBuild signature change 2026-02-04 15:17:48 -08:00
LICENSE
README.md

lambda-zig sample

This is a trivial sample AWS lambda function using the lambda-zig project. It exists as a way to demonstrate using the project to develop a lambda function.

More details to follow