Commit graph

5 commits

Author SHA1 Message Date
ed9c7ced6c
add config parameter so consumers can change defaults
All checks were successful
Lambda-Zig Build / build (push) Successful in 55s
2026-02-03 15:42:28 -08:00
dbea9b6205
proper profile support
All checks were successful
Lambda-Zig Build / build (push) Successful in 27s
2026-02-02 16:19:29 -08:00
e70b65260c
upgrade to zig 0.15 / rewrite build tooling as standalone CLI
This migrates from zig 0.13 to 0.15.2. In addition to dealing with
breaking changes in the build system and standard library APIs, the
architecture was changed substantially. We now build a standalone
CLI, and use that to execute the commands. This avoids sandboxing issues
related to TLS and enables easier testing. The commit also includes a
simple zip implementation (store only, single file) which avoids the
platform restriction (i.e. this build can now theoretically work on
Windows).
2026-02-02 11:05:20 -08:00
f86bafc533
out with AWS cli/in with the SDK
Some checks failed
Generic zig build / build (push) Failing after 44s
2024-08-27 16:29:43 -07:00
e0307704e1
add build.zig.zon
All checks were successful
Generic zig build / build (push) Successful in 1m31s
2024-05-05 13:10:36 -07:00