kojisaikiAtSony
kojisaikiAtSony
- [x] Create a model for your new Request struct - a. Implement .SetAttributesFromForm - even if it just returns without doing anything. - b. You may also need to...
Problem: JSON requests has decoded from base 64 on JSON marshaller, but for XML, the `SetAttributesFromForm` does not have decoding step. So internal BinaryValue was still base 64 string (as...
As far as we debug the smoke test with AWS SDK Go, the request using aws-query protocol. AWS SDK java release note says [SQS supports aws-json](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md#112585-2023-11-08), but there is not...