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 bring sample up to date for zig 0.13/behave like a lambda 2024-08-28 10:09:18 -07:00
.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 add license/readme 2023-08-01 13:22:20 -07:00
README.md add license/readme 2023-08-01 13:22:20 -07:00

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