Commit Graph

54 Commits

Author SHA1 Message Date
2157faf8ef
upgrade to zig 0.13.0
All checks were successful
AWS-Zig Build / build (push) Successful in 4m38s
2024-06-08 11:17:06 -07:00
1c275031ad
add job status to new notify
All checks were successful
AWS-Zig Build / build (push) Successful in 4m45s
2024-05-15 14:29:39 -07:00
ce115ff485
complete src/main.zig zig 0.12.0 upgrade
Some checks failed
AWS-Zig Build / build (push) Has been cancelled
2024-05-15 14:21:01 -07:00
3a1208d6a9
update aws-zig dependency 2024-05-15 14:20:10 -07:00
2ac82209b9
run build before build test...in this case, build test is not a superset... 2024-05-15 14:19:27 -07:00
a33a91e519
update build name in CI
Some checks failed
AWS-Zig Build / build (push) Failing after 1m30s
2024-05-15 13:20:46 -07:00
88b497bea8
update ci to zig 0.12.0
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Has been cancelled
2024-05-15 13:19:00 -07:00
1e544d75c1
upgrade to zig 0.12.0 2024-05-15 13:16:24 -07:00
51445f3c9d
should not return arrays 2024-03-05 08:37:33 -08:00
53f29aac64
fix tests
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 6m5s
2024-03-04 15:06:06 -08:00
f56360d501
set the final bit to make these AWS-compatible
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m39s
2024-03-04 14:55:46 -08:00
ff81524caa
get account id printing with leading zeros 2024-03-04 13:35:57 -08:00
4f0c608392
account id -> u40, use Access Key embedding 2024-03-04 13:17:10 -08:00
9d6527acf4
update to universal lambda that includes resource usage 2024-03-04 13:10:37 -08:00
aa051b5220
update generate_credentials to embed account id the way AWS does 2024-03-04 13:09:58 -08:00
25f92b741d
more cross-platform
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m39s
2024-02-24 15:48:18 -08:00
7d6829cf17
no new measurement necessary
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m6s
2024-02-24 15:09:23 -08:00
56c108986a
add gitea action 2024-02-24 15:06:15 -08:00
35042cb033
update readme 2024-02-24 15:06:00 -08:00
81c8a19c69
add resource usage in debug mode (this should be in universal lambda) 2024-02-24 14:31:04 -08:00
8c1f7883ae
fix multiple requests/move cred fill to initialization 2024-02-24 14:30:14 -08:00
d7489c1fb7
organize build.zig for cross compiled testing 2024-02-24 11:34:05 -08:00
a7cfc3f330
ignore temporary dev files 2024-02-24 11:25:38 -08:00
0c8f1b8bbc
rename access key sample file 2024-02-24 11:24:21 -08:00
3c70976bfb
ignore access_keys.csv 2024-02-24 11:23:18 -08:00
e5146c17ad
provide blank sample access_keys.csv 2024-02-24 11:21:25 -08:00
87ac512dd4
populate root config from access_keys.csv 2024-02-24 11:20:41 -08:00
9902de2837
dynamodb uses POST for operations 2024-02-24 11:18:38 -08:00
3bec261395
upgrade aws-zig to latest 2024-02-24 11:15:56 -08:00
72f3c99d02
clean up output and documentation 2024-02-24 11:15:13 -08:00
4b0284a778
add credential generation 2024-02-23 17:19:32 -08:00
d4911b3bc1
initial batchgetitem 2024-02-21 18:17:30 -08:00
1a86c307d5
move more common code into ddb.zig 2024-02-20 19:15:42 -08:00
70330295d8
move parsing of attribute values into the value itself 2024-02-20 18:31:45 -08:00
685bae479b
batchwriteitem is alive 2024-02-08 15:25:41 -08:00
6b7ff24f69
cleanup/add note not to use createtable code in future 2024-02-01 11:02:37 -08:00
5ffe51e3a0
add key schema stuff 2024-02-01 10:52:44 -08:00
cefefd3cc8
clean up AttributeTypeName/Descriptor 2024-02-01 09:57:05 -08:00
9020037c20
remove ddb_types 2024-02-01 09:40:30 -08:00
796eed8de0
introduce ddb.zig to serve as core DB operations/move core into ddb.zig 2024-02-01 08:44:56 -08:00
e94184419e
add ability for tests to retain the in memory db 2024-02-01 08:43:43 -08:00
17dea476e3
secureZero the account key on deinit of the account 2024-02-01 08:42:55 -08:00
614e2338e8
add TableInfo to ddb_types (which should be removed) 2024-02-01 08:42:02 -08:00
ca213ea776
add decodeAndDecrypt function (inverse of encryptAndEncode) 2024-02-01 08:41:16 -08:00
041a36336a
add parse failure test 2024-01-30 19:03:31 -08:00
2eee4c5020
add stubs for batchgetitem and batchwriteitem (parsing implemented in bwi) 2024-01-30 11:42:20 -08:00
1a53c3cf8a
createTable handler 2024-01-29 12:46:57 -08:00
acdb78aea5
get createtable under test 2023-10-23 17:28:21 -07:00
c3f452c07b
add copius TODOs 2023-10-23 14:12:03 -07:00
8925367a70
update to latest universal lambda/get access id to createtable 2023-10-23 14:11:05 -07:00