aws-sdk-js-v3
aws-sdk-js-v3 copied to clipboard
Modularized AWS SDK for JavaScript.
## Describe the bug The `Content-Type` header is unsigned by default. ## Your environment #### SDK version number `@aws-sdk/[email protected]` #### Is the issue in the browser/Node.js/ReactNative? Node.js #### Details of...
## Describe the issue with documentation I have what I would think is a fairly unremarkable bit of code that sets some custom retry values for a v2 client: ```javascript...
### Describe the feature It looks like the SESv2Client doesn't support sending raw emails and as far as I know there is no other way to set email headers. ###...
## Describe the bug Nodejs lambda is not able to find AWS SDK. ## Your environment #### SDK version number Tried latest v2 and latest v3 with same effect: @aws-sdk/client-s3@npm:3.48.0...
### 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...
### 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...
### Issue https://github.com/awslabs/smithy/issues/1170 ### Description This change adds support for multiple values in the x-amzn-errortype header. The reason for this is that API-Gateway always adds its own x-amzn-errortype header on...
See https://github.com/aws/aws-sdk-js-v3/pull/3852 This is not finished code but is here to provide a concrete example to be referenced from PR 3852.
### Describe the bug When `initiateAuth` called the `AuthenticationResult` does not contain `RefreshToken`. ```ts import { CognitoIdentityProvider } from '@aws-sdk/client-cognito-identity-provider' const client = new CognitoIdentityProvider({ region: 'eu-west-1' }) const results...
### Describe the bug Since version 3.127.0 the `client-dynamodb` package can't be used anymore without including the `'DOM'` lib in the tsconfig. TypeScript complains: ```txt node_modules/@aws-sdk/types/dist-types/serde.d.ts:58:33 - error TS2304: Cannot...