Ran Vaknin
Ran Vaknin
For changes to files under the `/model/` folder, and manual edits to autogenerated code (e.g. `/service/s3/api.go`) please create an Issue instead of a PR for those type of changes. If...
For changes to files under the `/model/` folder, and manual edits to autogenerated code (e.g. `/service/s3/api.go`) please create an Issue instead of a PR for those type of changes. If...
This method uses the simplified authflow, which means users cannot explicitly set a session policy. This results in STS appending the Default Session Policy to the request, which can lead...
### Describe the issue In every client page, customers are forced to scroll all the way to the bottom of the page to find the config object that every client...
### Describe the bug The S3 API will only enforce the expected bucket owner parameter of a presigned URL if it's provided either as a signed header, or hoisted into...
### Describe the feature Currently the JS SDK transfer manager package (`@aws-sdk/lib-storage`) only supports an `upload` function (based on PutObject). Ideally we should add support for an `download` functionality that...
## Motivation and Context This PR builds on the work started in issue #3894 where the `VersionedRecordExtension` didn't support starting version numbers at 0, requiring clients to use Integer objects...
### Describe the feature Related to #1652 Add functionality to directly unmarshal DynamoDB JSON format into map[string]types.AttributeValue ### Use Case When processing DynamoDB Streams events in Lambda functions, we receive...
### Motivation and Context The DynamoDB Enhanced Client v2 shows significant performance regression compared to v1 DynamoDB Mapper, with 32-98% slower operations across all operations. One theory was that lambda...