We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973e5f5 commit f8d40e3Copy full SHA for f8d40e3
internal/repotools/cmd/syncAPIModels/main.go
@@ -115,8 +115,8 @@ func findSmithyModels(modelPath string) (map[string]SourceModel, error) {
115
name, path)
116
}
117
if shape.Traits.Service == nil {
118
- return fmt.Errorf("smithy service doesn't have service trait %s, %s",
119
- name, path)
+ // Ignore services that don't have an SDK id.
+ continue
120
121
if len(shape.Traits.Service.SDKID) == 0 {
122
return fmt.Errorf("smithy service doesn't have sdkId value %s, %s",
0 commit comments