aws-sdk-js
aws-sdk-js copied to clipboard
AWS SDK for JavaScript in the browser and Node.js
Confirm by changing [ ] to [x] below: - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers --- I...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...
Similar to https://github.com/aws/aws-sdk-js-v3/pull/3408, this change fixes invalid signature error when consecutive slashes exists in the reques path. This change also normalizes the relative pathes. ##### Checklist - [x] `npm run...
I see references to a Paginator in the code but haven't found any doc on how to use it. My use case is I want to list all objects from...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...
- [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-migrate-user.html#cognito-user-pools-lambda-trigger-syntax-user-migration) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com/message.jspa?messageID=1000816#1000816) and [StackOverflow](https://stackoverflow.com/questions/57502338/aws-cognito-migrate-user-node-js-lambda-function-invoked-but-not-behaving-as-exp) for answers **I have created a migration lambda using nodejs (https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-migrate-user.html#cognito-user-pools-lambda-trigger-syntax-user-migration) It first time returns...
Support was removed in v2.1.6 https://aws.amazon.com/releasenotes/1473534964062833 > The SDK will now throw an error if ContentLength is passed into an Amazon S3 presigned URL (AWS.S3.getSignedUrl()). Passing a ContentLength is not...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com)...
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers - [X] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js/issues) and didn't...
When a 307 redirect comes in, it contains the new, full URL for the location change. The current logic respects this for the `Host` header that gets sent, but it...