aws-sdk-js-v3
aws-sdk-js-v3 copied to clipboard
Modularized AWS SDK for JavaScript.
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":...
### 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...
### 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...
## 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...
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...
### 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...
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
### 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...
### 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 ---...