George Fu
George Fu
I'm having trouble reproducing this error on the latest version. I tried the Route53 and SQS code snippets provided, inducing errors by using incorrect values for hosted zone id, queue...
Thanks for your PR. I believe this needs a corresponding change in the 🪀 🐶 code that generates the code, as seen in what https://github.com/aws/aws-sdk-js-v3/pull/3085 is getting at. There is...
I can't reproduce this problem with vite 2.9.9 and `"@aws-sdk/credential-provider-cognito-identity": "^3.118.0"`, the latest as of today. The distributable file structure has changed since the original issue was reported. Most browser/node...
@dwightwatson @MagnusHJensen could you provide a minimal reproduction repository?
reproducing the issue in TypeScript: ```typescript class Client { // public send(t: T) {} // makes Client1/Client2 exclusive. public send(s: S) {} // does not make Client1/Client2 exclusive. } type...
The [AWS SDK for JavaScript v2](https://github.com/aws/aws-sdk-js) is imported with the name `aws-sdk` (non-scoped). This is available in AWS Lambda, but only with `require`. The AWS SDK JS v3, which is...
does this issue persist when you initialize the Agent and NodeHttpHandler with higher timeouts? ```javascript const agent = new Agent({ keepAlive: true, // keepAliveMsecs: 999, // maxSockets: 100, // maxTotalSockets:...
No update, there is not enough information or priority available to work on this. It may be due to something specific to Lambda.
there is an opt-in config for STS called `stsRegionalEndpoints` which should be set to `"regional"` (string). Does using the constructor to set this value work?
The same request in AWS SDK JavaScript v3: https://github.com/aws/aws-sdk-js-v3/issues/2748