Manuel Sugawara
Manuel Sugawara
## Motivation and Context Removes the use of the `Aws4Signer` class for the default polly presigner. Instead we fabricate a `SelectedAuthScheme` and delegate to the signer following the new SRA...
## Motivation and Context Removes the use of the legacy SigV4 signer in favor using the new HttpSigner interface for the following services * RDS * DocDB * Neptune For...
## Motivation and Context Follow up to #4856 to add missing expectations that `CHUNK_ENCODING_ENABLED` is not set in some cases, and reformat a bit the test code to make it...
## Motivation and Context ## Modifications ## Testing ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...
## Motivation and Context The current unmarshalling process is split into two phases. During the first phase the input is parsed into a `JsonNode` instance that represents the whole JSON...
## Motivation and Context Adds some performance improvements changes to improve the RPCv2 protocol, including: ### Allow reading numbers without parsing CBOR encodes numbers that are faster to read from...
## Motivation and Context Change the way to unmarshall JSON payloads. Before this change the process was done in two steps, first we parse the JSON input into a [`JsonNode`](https://github.com/aws/aws-sdk-java-v2/blob/1773eda4a47ad2ca86d2e4b5f86648071607699e/core/json-utils/src/main/java/software/amazon/awssdk/protocols/jsoncore/JsonNode.java#L37)...
## Motivation and Context ## Modifications ## Testing ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...