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