Sample project using lambda-zig custom AWS Lambda runtime
Go to file
Emil Lerch 90b9815e29
All checks were successful
Generic zig build / build (push) Successful in 1m21s
update to zig 0.12.0
2024-05-15 11:58:59 -07:00
.github/workflows update workflow to address gitea notifications 2024-04-30 22:52:41 -07:00
src zig init-exe 2023-08-01 13:22:48 -07:00
.gitignore add zig gitignore 2023-08-01 13:27:52 -07:00
build.zig add lambda build options 2023-08-01 13:26:14 -07:00
build.zig.zon update to zig 0.12.0 2024-05-15 11:58:59 -07: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