Comment on Ask HN: How do you make sure a back end matches API-spec?Comments−mdcds4ySeveral teams at my org use Smithy. The gist of it is that you define the spec and Smithy will generate the data model and clients.https://awslabs.github.io/smithy/
Comments
Several teams at my org use Smithy. The gist of it is that you define the spec and Smithy will generate the data model and clients.
https://awslabs.github.io/smithy/