• Joined on 2019-01-28
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 19:44:43 +00:00
eafb62aee9 fix leaks/re-enable rest_json_1 tests
a1e13775f7 update readme
Compare 2 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 06:20:17 +00:00
827c90ab8a add rest json tests (skippped -still leaky
034172c7b3 progress indicator on main
1b2b51be88 fix path not added on override
c39fc940b9 fix map pattern in zig 0.11
Compare 4 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 04:53:48 +00:00
edf931f827 add json_1_1_query_no_input: ecs listClusters runtime
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 04:48:37 +00:00
2718e064cd add json_1_1_query_with_input: ecs listClusters runtime
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 04:35:37 +00:00
298a15a656 add json_1_0_query_no_input: dynamodb listTables runtime
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 04:26:46 +00:00
10e44aa751 add json 1.0 query with input/dynamodb listTables
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 02:55:53 +00:00
98d27b3145 add sqs listQueues call and request method/target testing
47fbda5e06 drop sentinal on return to snakeToCamel
Compare 2 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 01:12:38 +00:00
17ff6d3e82 clean up test code in prep for other main stuff
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 00:36:32 +00:00
06429e0853 re-enable full demo code
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 00:17:20 +00:00
978bb783e3 all url tests passing
9fd98c176a remove TODO
Compare 2 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-28 00:04:57 +00:00
a4f9ca969c bring EC2 back to par with 0.9.0 implementation
a580983c89 add failing test, reproducing issue in src/main
Compare 2 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-27 22:43:46 +00:00
7c40549200 cast two more content_length u64 to usize
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-27 22:27:42 +00:00
8361431754 clean up/add credential handling
lobo pushed to master at lobo/aws-sdk-for-zig 2023-08-27 19:16:43 +00:00
26adee27e6 update README
779d940849 remove demos that are not yet functional
ae07f82dd5 disable ec2_query demos temporarily
b2bd779de7 re-enable whatever test that was
18a0ed5ce4 refalldecls for referenced dependencies
Compare 56 commits »
lobo created branch 0.9.0 in lobo/aws-sdk-for-zig 2023-08-27 19:15:00 +00:00
lobo pushed to 0.9.0 at lobo/aws-sdk-for-zig 2023-08-27 19:15:00 +00:00
lobo pushed to 0.11 at lobo/aws-sdk-for-zig 2023-08-26 00:41:07 +00:00
35eec03142 remove cache and git installation
lobo pushed to 0.11 at lobo/aws-sdk-for-zig 2023-08-26 00:30:00 +00:00
633ccac42d update actions to reuse global cache
lobo pushed to 0.11 at lobo/aws-sdk-for-zig 2023-08-26 00:21:06 +00:00
fb36dc83d5 skip processing if all hashes match
a58a2cba41 adjustments in prep for hash optimization
26daedbd72 rename model readme as project does not have its own readme
6a109f2a5a update model readme
2f36f82363 factor out hashing so we can use it in codegen
Compare 5 commits »
lobo pushed to 0.11 at lobo/aws-sdk-for-zig 2023-08-25 18:31:41 +00:00
db4037111f use copied package manager to fetch models