Ari Summer

Results 18 issues of Ari Summer

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

bug
p2

# This is a Feature Proposal Feature proposal ## Description This is similar to what's discussed in https://github.com/serverless/serverless/issues/3215. I'm trying to convert my project over to `serverless` and taking advantage...

Having a bit of trouble getting the `filesystem api` to work with the chrome launcher. Any suggestions for configuring this? Thanks!

support

### Summary I have a site using Next v12.2.3. I haven't customized any of the configuration. I deployed it to Netlify and I'm using some `next/image` tags on some pages....

type: bug
priority: low

Maybe I'm missing something here, but when I try to render a table that is larger than the terminal window, tty-table throws `Table's width is too small to contain the...

bug

I am using Carrierwave for two file uploads within a model. The user must upload one of the two (either an image or a video) but not both. A background...

bug

Hello, when building for Mac I'm very frequently getting notary exceptions and the result from the `notarytool` is `{"code":null,"output":""}`. This leads to the following error output when making with Forge:...

troubleshooting

Thank you for this amazing library! Really appreciate your work on this. I'd love to get your thoughts on the best way to pin and update libvips and its dependencies....

### What happened? Following the [AWS getting started tutorial](https://www.pulumi.com/docs/clouds/aws/get-started/), I was playing with configuring the `index.html` file in the bucket. As a simple test, I tried updating the `index.html` object's...

kind/bug
service/s3

I had a need for accessing response attributes such as the HTTP status and rate limit headers via Faraday middleware. This allows one to do just that and solves issues...