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

I would like to put a bunch of items with batchWrite if my condition validates, even putItem is supporting ConditionExpressions for that purpose, DynamoDB batchWrites do not support ConditionExpressions. For...

feature-request

# what I did - replace the request body with an empty string when calling Async Inference. # related issue #4203 ##### Checklist - [x] `npm run test` passes -...

### Describe the bug When using `S3.upload` and upload a large file (~21Mo in my example) the url given by `Location` property misses the "HTTPS://" part . I use Digital...

bug

Do not add content length 0 header to GET, DELETE, TRACE, OPTIONS, and HEAD requests. - [x] add/fix unit tests ##### Checklist - [x] `npm run test` passes - n/a...

### Discussed in https://github.com/aws/aws-sdk-js/discussions/4183 Originally posted by **colesiegel** August 16, 2022 Hi I'm having the exact same issue as described in https://github.com/aws/aws-sdk-js/issues/2128 The format of the URL returned by `createPresignedPost`...

investigating
bug
p2

### Describe the bug For a job in 'RUNNABLE' state, the API returns only the following attributes. ``` { jobArn: 'STRING_VALUE', jobId: 'STRING_VALUE', jobName: 'STRING_VALUE', createdAt: 'NUMBER_VALUE', status: 'RUNNABLE' }...

service-api
bug
p2

### Describe the issue > `@manyToMany` - Configures a "join table" between two models to facilitate a many-to-many relationship. For example, a Blog has many Tags and a Tag has...

documentation
p2

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [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)...

service-api

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

typings
bug
p3

### Describe the bug I followed the instructions provided in the guide (https://docs.aws.amazon.com/rekognition/latest/dg/procedure-moderate-images.html#moderation-labels-update-sdk) to update the label mappings for Versions 6.1 to 7. However, this result in an error being...

bug
needs-triage