aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.5k stars 602 forks source link

drop x/net codegen dependency #2680

Closed lucix-aws closed 2 weeks ago

lucix-aws commented 2 weeks ago

Recreate what I just did in https://github.com/aws/aws-sdk-go/pull/5287. (it appears to have been copied over from there even).

Unlike v1, this is literally only used for the sdk-default-configuration.json file, which has trivially simple HTML docstrings. Regenerated that manually using go run internal/codegen/cmd/defaultsmode <...> and verified that the output is still salient.