Types generation from smithy models #29
jpbourgeon
started this conversation in
Ideas
Replies: 1 comment
-
I think the most important thing for us to look into is handling each of the protocols. Most are basic json which can he handled generically with proxies but some are using very strange protocols, like S3 and SQS. We should start to enumerate them, implement a core protocol module for each. Then we can generate a comprehensive SDK from smithy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As stated in their README, AWS SDK v2 is going into maintenance mode in 2023. At some point in the future, type generation from its API may become incomplete or even unreliable. On the other side we already use smithy models in the project.
Would it be possible to generate type declarations off of the smithy models instead of AWS SDK v2?
To go further, since Smithy, is made for generating code, could we write our own community driven smithy models for the missing services we need (such as S3, SNS, and SQS) instead of handling them in the core SDK code? This would keep the core SDK functionality ubiquitous and maintainable.
Beta Was this translation helpful? Give feedback.
All reactions