SDK generation logic #3057
-
I'm interested in learning how the AWS .NET SDK is generated based on the service model files. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@bagajjal Please refer https://github.com/aws/aws-sdk-net/tree/master/generator folder in thus repository. ServiceModels are updated every day by service team and as part of daily release, the generator code is executed to auto-generate the code. The auto-generated code is placed under Basic sub-folder in respective service folder. Some of the code is hand written (S3 is a good example with most customized code indicated by Advanced folder). |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@bagajjal Please refer https://github.com/aws/aws-sdk-net/tree/master/generator folder in thus repository. ServiceModels are updated every day by service team and as part of daily release, the generator code is executed to auto-generate the code. The auto-generated code is placed under Basic sub-folder in respective service folder. Some of the code is hand written (S3 is a good example with most customized code indicated by Advanced folder).
Thanks,
Ashish
Answer: