Jaco le Roux

Results 11 comments of Jaco le Roux

Fresh run of bazel/Gazelle on a new project: ``` › bazel run //:gazelle INFO: Analyzed target //:gazelle (84 packages loaded, 8856 targets configured). INFO: Found 1 target... ERROR: /private/var/tmp/_bazel_jleroux/932fa52e3159dbc26fbdbafc99bc0e34/external/org_golang_x_mod/module/BUILD.bazel:3:11: GoCompilePkg...

Actually, I think this problem might be core to the issue we're facing. Besides the VSCode editor complaining that it cannot resolve the `restJson1` trait, we also realize that the...

Thanks. Some specific examples of setting up a (more complex) API Gateway using Smithy would be the first example I'm interested in. It would be great if the examples explore...

I've since figured out a few basics: you can build and install the plugin yourself by: ``` make smithy-publish-local ``` This should create a package located at: `"$HOME/.m2/repository/software/amazon/smithy/go/smithy-go-codegen/0.1.0/smithy-go-codegen-0.1.0.pom` You then...

Yes, that might be it. I am just trying to generate the Go types from the smithy spec.

@skmcgrail can you perhaps elaborate what it is we need to do here? thanks.

> The first thing that comes to mind is whether you are missing protocol generator implementation? For example are you trying to use the code generator for just generating the...

Update: we're also trying to use the go client, which contains no serializing/deserializing logic. Any advice here would be useful, thanks.

The primary use-case I have for enabling x-ray integration is really just so that I don't have to have different configuration in my local dev environment vs my production environment....

Any updates? It's frustrating to continuously run into disparity between what the API supports and what CloudFormation supports, especially given how long this feature has been available in the API.