John L.

Results 204 comments of John L.

Hi everyone on the thread - appreciate your patience. You can resolve this by importing ReadableStream like so ``` import { ReadableStream } from 'web-streams-polyfill'; ``` Let us know if...

Can you share your updated code as well as the logs? Add this middleware stack to your client to retrieve request logs. ```ts client.middlewareStack.add( (next, context) => async (args) =>...

Hi @nwalters512 and everyone else on the thread! Please check out the last comment where we created the [package](https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service) that provides utils to access [EC2 Instance Metadata Service (IMDS)](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html). Let...

Hey all - sorry for the long silence here. The problem appears to stem from the user's configuration settings rather than an issue with the SDK's runtime environment. However, it...

Hey all - apologies for the long silence here. The error "MaxListenersExceededWarning: Possible EventEmitter memory leak detected" is a warning message from Node.js indicating that there might be a potential...

Hi @codypenta - apologies for not getting to you sooner but glad you got it working. Let us know if there's anything else we could help with.

Hello @Kick933 - checking in here. I understand your previous response from February, indicating that the reported behavior is no longer occurring. However, I would like to inquire if there...

Hi there @LinusU - thanks for reaching out. I was able to confirm that `OrganizationId` is required param which is also documented in our [JavaScript SDK docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workmail/command/DescribeOrganizationCommand/) and it's working...

Hi @LinusU - thanks for clarifying additional details and apology for the delay. I reached out to service team to get their thoughts on this and haven't heard back but...

Hi @LinusU - apologies for the delay. Service team is aware of this, however I can't say where this will end up on their priority unless it's a bug. If...