aws-sdk-for-zig/codegen
Emil Lerch 7f178bcc91
Some checks failed
continuous-integration/drone/push Build is failing
provide ability to handle requests built at runtime
This commit adds a new interface that is capable of runtime
use. By calling Request(action).call(request, options), the request
object can now be built at runtime. This change also moves the client
object into the options structure. It also moves the metaInfo generated
function to a type-based function rather than requiring an instance for
binding.
2021-08-24 17:02:28 -07:00
..
models address unused variable in generated metaInfo function 2021-06-30 09:12:34 -07:00
src provide ability to handle requests built at runtime 2021-08-24 17:02:28 -07:00
build.zig extract smithy to separate package 2021-06-30 09:05:21 -07:00
test.json move codegen out of src - we will handle differently 2021-06-29 17:10:01 -07:00