update readme as caching now works
All checks were successful
Generic zig build / build (push) Successful in 51s

This commit is contained in:
Emil Lerch 2024-08-28 15:23:32 -07:00
parent 12dd33db15
commit 53981da7c1
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -30,8 +30,6 @@ Caveats:
of zip file creation capabilities in the standard library (you can read, but of zip file creation capabilities in the standard library (you can read, but
not write, zip files with the standard library). A TODO exists with more not write, zip files with the standard library). A TODO exists with more
information should you wish to file a PR. information should you wish to file a PR.
* Caching is not yet implemented in the package or deployment steps, so the
function will be deployed on every build
A sample project using this runtime can be found at https://git.lerch.org/lobo/lambda-zig-sample A sample project using this runtime can be found at https://git.lerch.org/lobo/lambda-zig-sample