Smithy: A language for defining services and SDKs
21–30 of 77 posts
Re: Smithy: A language for defining services and SDKs
#22ducks
Re: Smithy: A language for defining services and SDKs
#23what ever did happen to wsdl? ducks
Re: Smithy: A language for defining services and SDKs
#24Re: Smithy: A language for defining services and SDKs
#25How does this compare to Google’s protocol buffers? [0] It looks like smithy has a broader set of applications. [0] https://developers.google.com/protocol-buffers
Protobuf and gRPC are great, and AWS will continue to make sure developers can be successful using them with AWS. I’ll try to explain how we ended up at Smithy instead of using other existing tools. We started working on Smithy around 2018 because we wanted to improve the scale of our API program and the AWS SDK team to deal with the growing number of services (over 250 now!) and languages we want to support in offic…
Re: Smithy: A language for defining services and SDKs
#26Re: Smithy: A language for defining services and SDKs
#27Couldn't find a way to generate models for Python - not sure if that is because it doesn't exist or I just cant find it. The code gen part seems a bit under documented.
Re: Smithy: A language for defining services and SDKs
#28How does this compare to Google’s protocol buffers? [0] It looks like smithy has a broader set of applications. [0] https://developers.google.com/protocol-buffers
Protobuf and gRPC are great, and AWS will continue to make sure developers can be successful using them with AWS. I’ll try to explain how we ended up at Smithy instead of using other existing tools. We started working on Smithy around 2018 because we wanted to improve the scale of our API program and the AWS SDK team to deal with the growing number of services (over 250 now!) and languages we want to support in offic…
Re: Smithy: A language for defining services and SDKs
#29Good amazon opened up their stuff, there should be more competition on this front.
Re: Smithy: A language for defining services and SDKs
#30How do these differences impact backwards-compatibility-safety of Smithy schema changes?