aws-sdk-js-v3 icon indicating copy to clipboard operation
aws-sdk-js-v3 copied to clipboard

Modularized AWS SDK for JavaScript.

Results 565 aws-sdk-js-v3 issues
Sort by recently updated
recently updated
newest added

I am testing out using the new ES Module system, along with a Lambda Layer. Here is my tsconfig file I used to compile my index.js file: ```json { "compilerOptions":...

bug
needs-triage

### Describe the bug I initialize a client, then post RecognizeText. First command succeds. Then I post another RecognizeText for the same client, and it aborts with exit code 13...

bug
needs-triage

### 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
needs-triage

## Describe the bug This is re-opening of the https://github.com/aws/aws-sdk-js-v3/issues/2956 ## Your environment #### SDK version number `@aws-sdk/[email protected]` #### Is the issue in the browser/Node.js/ReactNative? Node.js #### Details of the...

investigating
needs-review

Hi, in dist-types/ts3.4/QuickSight.d.ts we missing a closing bracket at the end. We are not able to compile our code. We are using "@aws-sdk/client-quicksight": "3.53.0", our typeScript version is 3.9.10.

### Describe the bug When trying to send the delete message command to sqs it randomly fails to delete for some message with the following error: ``` CredentialsProviderError: Could not...

bug

### Is your feature request related to a problem? Please describe. When working with [#3024](https://github.com/aws/aws-sdk-js-v3/issues/3024), I find that CloudFront needs to set region in configuration in order to work even...

feature-request

While updating jest v20->v24 in #243, some node-http-handler tests were commented out to unblock Jest upgrade https://github.com/aws/aws-sdk-js-v3/blob/1e156ab4ac5343058eaf7d448a428d8c4b72c844/packages/node-http-handler/src/node-http-handler.spec.ts#L79-L233 These tests need to be fixed

blocked
CI/CD

### Describe the bug EC2 api calls causes `“Cannot read property 'Error' of undefined" exception at loadEc2ErrorCode”` ### Expected Behavior error handler function should not throw exception ### Current Behavior...

bug

### Issue Internal P67533319 ### Description Bump aws-crt to `v1.13.2`, which reduced install size from `22.1MB` to `17.7MB`. ### Testing CI ### Additional context * PackagePhobia https://packagephobia.com/[email protected] * https://github.com/awslabs/aws-crt-nodejs/issues/333 ---...