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

AWS SDK for JavaScript in the browser and Node.js

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

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)...

bug
needs-review
workaround-available

Hi, **Description** We are trying to execute the following `TransactItems` request ``` documentClient.transactWrite({ TransactItems: [{ Put: { TableName, Item } }] }).promise() ``` About 50% of the time we get...

service-api
response-requested
bug
p2

### Describe the bug Facing SIGTERM error when trying to create user in cognito using CognitoIdentityServiceProvider.adminCreateUser function. This is happening randomly. Unable to log anything from this exception. This didn't...

bug
needs-triage

### Describe the bug We have a setup with multiple accounts. During one of the maintenance windows, DevOps engineers accidentally enabled KMS encryption for the SQS queue my app was...

response-requested
bug
needs-reproduction
p2

### Describe the bug I am authenticating to Polly like so: ```js // credentials: {accessKeyId, secretAccessKey, region} const polly = new Polly(credentials); polly.synthesizeSpeech(opts, (err, data) => {.. ``` This has...

bug

### Describe the bug Status code 204 and 403 are returned when trying to delete object from S3 bucket; object is still deleted. ### Expected Behavior Get only 204 response...

bug

### Describe the feature Typescript types for notifications like what is shown [here](https://docs.aws.amazon.com/ses/latest/dg/notification-examples.html) If this could just be added under `AWS.SNS.Types`, then I could do that PR for this, but...

feature-request
typings

### Describe the feature Cognito provides verification like this verify your phone, email and phone or email. But when we choose email for verification and use phone for authentication (MFA)....

feature-request

### Describe the bug Executing `getBucketVersioning` will lead to a circular response if neither versioning nor MFA is set for the bucket. Code example: ```js const params = { Bucket:...

investigating
bug
p3

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)...

documentation
feature-request