Trivikram Kamat

Results 137 issues of Trivikram Kamat

### Issue Internal JS-5057 ### Description Adds S3 client in RestXml Protocol tests ### Testing CI ### Additional context Previous attempt in https://github.com/aws/aws-sdk-js-v3/pull/5166 --- By submitting this pull request, I...

### Pre-Migration Checklist - [X] I've read the [Migration Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating-to-v3.html). - [X] I've reviewed the upgrading notes and major version differences mentioned in [`UPGRADING.md`](https://github.com/aws/aws-sdk-js-v3/blob/main/UPGRADING.md). - [X] I've checked [AWS Forums](https://forums.aws.amazon.com)...

documentation
p3
queued

### Describe the feature Add fromStatic credential provider which returns the static credentials passed to it. ### Use Case There's a static credential provider in v2, called [AWS.Credentials](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Credentials.html). An equivalent...

feature-request
p3
queued

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

bug
p2
queued

### Describe the feature We currently emit Node.js http socket exhaustion warning in `console.warn` in https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/src/node-http-handler.ts#L81-L89 Ideally, these should be emitted in the logger.warn provided by user while creating the...

feature-request
p3
queued

### Is your feature request related to a problem? Please describe. Source code uses deprecated Lambda nodejs16.x https://github.com/search?q=repo%3Aawslabs%2Faws-amplify-identity-broker%20nodejs16.x&type=code * Deprecation was on `Jun 12, 2024` and function create will be...

**Feature name** Migrate AWS SDK for JavaScript v2 APIs to v3. **Is your feature request related to a problem? Please describe.** AWS SDK for JavaScript v2 will enter maintenance mode...

enhancement

Issue #, if available: Refs: https://github.com/aws-solutions/workload-discovery-on-aws/issues/523 Description of changes: Migrates AWS SDK for JavaScript APIs to v3 in backend/cur-notification By submitting this pull request, I confirm that you can use,...

Verified that we don't use any APIs which are broken --- Breaking changes: * 6.x https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md#600-2022-05-24 * 7.x https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md#700-2023-08-03

Fixes: https://github.com/nodejs/build/issues/3799 Test code in https://github.com/nodejs/build/issues/3799#issuecomment-2203089392