Skip to content

How to contribute? #2112

Answered by RanVaknin
anton-yurchenko asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @anton-yurchenko ,

Almost all of the v2 SDK's client code is auto-generated from the Service's API model.
The code generator that consumes the API and generates the Go types for the Go SDK is Smithy-Go.

Since the API operation call is generic, the logic you have written will not get translated into other api calls and we can't accept it.

This could have been made into a customization, but we are moving away from customizations since they are not maintainable, unless the AWS service itself is absolutely requiring it.

To know if a file is auto-generated just check the top of the file, it should read:

// Code generated by smithy-go-codegen DO NOT EDIT.

You can check the list of open iss…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RanVaknin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants