-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve @restJson1
trait
#1101
Comments
This is for Go? The actual code generation for the restJson1 protocol, because it's an AWS protocol, comes from software.amazon.smithy:smithy-aws-go-codegen... which isn't published to Maven Central. Can you open this ticket on the smithy-go repo so they can either a) move the restJson1 codegen to smithy-go directly, or b) publish smithy-aws-go-codegen to Maven Central? |
Just to confirm, we're currently publishing smithy-go-codegen to our own local Maven repository by checking out https://github.com/aws/smithy-go and running |
No, I'm saying the implementation for restJson1 is in the AWS SDK repo and it's not on Maven central. Thanks for opening that ticket. That's where we should track this. |
We define our service with the
@restJson1
trait:However, when running the
gradle build
step, we see a message:Similarly, in Visual Studio using the Smithy plugin, we get an error:
Any idea how to fix this? See our
build.gradle.kts
file below:The text was updated successfully, but these errors were encountered: