Commit graph

12 commits

Author SHA1 Message Date
d29715a00e
delint
All checks were successful
Lambda-Zig Build / build (push) Successful in 1m4s
2026-02-04 01:13:16 -08:00
685cb99f1d
clean up output, move to http status 2026-02-04 01:02:13 -08:00
56ac230e5e
add ability for consumers to specify env file / log info & continue if not exists
All checks were successful
Lambda-Zig Build / build (push) Successful in 40s
2026-02-03 17:36:03 -08:00
140f9e9c55
add ability for consumers to get deployment information
Some checks failed
Lambda-Zig Build / build (push) Failing after 10m40s
2026-02-03 16:52:12 -08:00
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
b420abb0a1
add allow-principal option
All checks were successful
Lambda-Zig Build / build (push) Successful in 31s
2026-02-02 19:56:59 -08:00
0f75605cc4
update aws sdk
All checks were successful
Lambda-Zig Build / build (push) Successful in 1m25s
2026-02-02 18:11:30 -08:00
b3f5cb8203
tell sdk that the profile is a command line flag/change precedence
Some checks failed
Lambda-Zig Build / build (push) Has been cancelled
2026-02-02 17:38:51 -08:00
446b726cf9
update test to include a build of tools/build, fix aws dependency
All checks were successful
Lambda-Zig Build / build (push) Successful in 2m32s
2026-02-02 16:30:23 -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
ca110ec58d
environment variable support
All checks were successful
Lambda-Zig Build / build (push) Successful in 35s
2026-02-02 14:24:25 -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