Commit Graph

26 Commits

Author SHA1 Message Date
59dc7a10bf
move lambda build specific stuff out of build.zig 2023-08-01 15:11:21 -07:00
e16b9c0c0e
update gitignore for zig 0.11 2023-08-01 15:03:19 -07:00
cf7423d091
support exe names other than "bootstrap" 2023-08-01 14:58:21 -07:00
d3e804739f
remove comments about use of packages within build.zig - it is easy 2023-08-01 13:37:15 -07:00
3b14df88d5
update README 2023-08-01 13:29:37 -07:00
fa13a08c4d
extract lambda parameters to seperate function 2023-08-01 12:20:56 -07:00
7b890d2458
fix compile errors 2023-08-01 12:20:40 -07:00
3f33693d7a
upgrade to "almost 0.11" (no testing) 2023-07-31 23:31:52 -07:00
202cf9c27e
more stuff (sorry) 2023-07-31 16:55:01 -07:00
d149ec0d52
add license 2021-10-04 08:14:01 -07:00
6a14eee1cf
add README 2021-10-03 13:24:09 -07:00
e698a789b4
add error handling (with caveat) 2021-10-03 13:08:24 -07:00
24e46bcf11
add debug option 2021-10-03 13:07:47 -07:00
a0e204bdf2
fix cache for files other than main.zig 2021-10-03 12:05:32 -07:00
48ceb136de
remove build comments from main 2021-10-03 12:01:06 -07:00
85f755e0dd
detect changes in source files on run 2021-10-03 12:00:35 -07:00
daa39041b1
workaround payload issue 2021-10-03 11:07:17 -07:00
8d7d14c894
avoid iam ops if iam role file is in install 2021-10-02 13:28:33 -07:00
06842d05b6
add iam and deploy build steps
This requires aws cli v2 version 2.2.43 or higher. We force-build the
bootstrap executable as arm 64 to take advantage of Graviton2.
Also we are using an arm strip executable if found. This might
only work on debian x86_64 linux systems. Note that I am running
into timeout issues invoking from the command line that does
not manifest when invoking from the test console. But, the
goo seems to work otherwise, so I am deferring this issue for the
moment
2021-10-02 12:26:16 -07:00
35e09a2472
move lambda runtime interface out of main 2021-10-02 12:23:19 -07:00
602a23b8f4
working sample 2021-09-17 13:07:58 -07:00
5cace68da4
build on zig master 2021-09-16 18:31:16 -07:00
c9b5fac83a
remove deps file 2021-09-16 18:29:49 -07:00
aaaf9cd664
this should work but does not 2021-09-16 16:57:35 -07:00
7f43050436
add gyro stuff 2021-09-15 08:57:21 -07:00
9105902094
initial commit 2021-09-15 08:49:06 -07:00