aws-sdk-for-zig/.gitignore
Emil Lerch 5ee53a493d
some codegen changes needed/investigation into http_query (see note)
This fixes main compile issues. Problems that remain:

* json is borked for objects with key/value keys that need to be coerced
* currently all request structures need an http_query declaration, and this may be a hard requirement
* need to revisit all the places where we are reading http response bodies
* there are 35 compile errors that do not have reference traces and will take a while to track down
2023-08-05 12:41:04 -07:00

14 lines
153 B
Plaintext

.cache
zig-cache
codegen/models/*.zig
codegen/codegen
*.tgz
service_manifest.zig
demo
src/models/
smithy/zig-out/
libs/
src/git_version.zig
zig-out
core