Jaykumar Gosar
Jaykumar Gosar
When smithy build fails on a plugin that is not [built-in](https://awslabs.github.io/smithy/1.0/guides/building-models/build-config.html#plugins) (i.e., not `model`, `build-info` or `sources`), even though I think the model itself is good, depending on the order...
It is possible to define a [validator](https://awslabs.github.io/smithy/1.0/spec/core/model-validation.html#validators) with the `id` containing the dot `.` character. ``` metadata validators = [ { name: "CamelCase", id:"Camel.Case" }, ``` However, trying to add...
https://github.com/awslabs/smithy-typescript/issues/552 is reported in smithy-typescript with proposed fix https://github.com/awslabs/smithy-typescript/pull/553. We are missing protocol tests that specify these behaviors. I've added a bunch of test cases. I've just written them quickly...
## Motivation and Context As discussed in https://github.com/aws/aws-sdk-java-v2/pull/4499#issuecomment-1739915201, the existing test uses execution attribute to enable payload signing. The execution attribute is SdkProtectedApi and also deprecated with SRA. Adding test...