Sample project using lambda-zig custom AWS Lambda runtime
|
||
---|---|---|
.github/workflows | ||
src | ||
.gitignore | ||
build.zig | ||
build.zig.zon | ||
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