You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is similar to #354. Since the smithy-go codegen does not include any protocols implementation it cannot understand the @http trait. Lets use #354 to track this general concept and feature request.
Hello,
We define our HTTP endpoints using the
@http
trait on operations, e.g.:Taken from https://awslabs.github.io/smithy/1.0/spec/core/http-traits.html
But these paths are nowhere to be found in the generated go client.
The text was updated successfully, but these errors were encountered: