aws-sdk-js
aws-sdk-js copied to clipboard
AWS SDK for JavaScript in the browser and Node.js
I have a node-express application with a GET route that serves the download of a `zip` archive. The `zip` file is created _on-the-fly_ when the request starts. To `zip` all...
### Describe the bug I'm trying to query some json content from s3 bucket it works fine when I `select * ` from the bucket but once I specify `LIMIT...
### Describe the bug A node server generates a SignedUrl which will be used to upload a file to s3 bucket. Existing code, which previously worked with multiple ap-southeast-1 buckets....
Hi, Do we have a NodeJs library for supporting temporary queues functionality. https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-temporary-queues.html
**Is your feature request related to a problem? Please describe.** We store our eks application yaml manifests in an s3 bucket. A lambda is attached with a create/update file trigger...
Confirm by changing [ ] to [x] below: - [x] This is a feature with version 2.x of the SDK **Is your feature request related to a problem? Please describe.**...
**Describe the bug** I have got the same problem but with every call that I purposely try to fail: - wrong key when searching for an object - wrong credentials......
### Describe the bug    My table have the partition key "name". and I think there is no...
### Describe the bug aws-sdk no longer works with certain bundlers. Trying to bundle aws-sdk using Serverless framework for an AWS lambda is failing with an error. This was an...
- [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...