Meena Rajendran
Meena Rajendran
@agwhi - Can you please review this #37. Have also added the fix for this issue in that PR.
### Implementation **Configuration file: _runtimeConfig.ts_** ``` import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from '@aws-sdk/config-resolver'; import { fromNodeProviderChain } from '@aws-sdk/credential-providers'; import { Hash } from '@aws-sdk/hash-node'; import { loadConfig } from...
I can also work on the implementing this feature in SDK. We can have the signer as common utility and use it for REDIS and RDS. Please suggest.
Yes @RanVaknin rolling back to 3.577.0 resolves the issue. Its working perfectly fine. With the latest version 3.596.0 i have added the middleware hook and tried. Its not even printing...
@RanVaknin - Even after removing the fastify and tried with the simple example as shown your comment gives us the same error.
@RanVaknin - Here is the logs.. calling with args `{"middlewareStack":{},"input":{"Name":"ssm-name","WithDecryption":true}}` ```console @aws-sdk/credential-provider-node - defaultProvider::fromSSO @smithy/property-provider -> Skipping SSO provider in default chain (inputs do not include SSO fields). @aws-sdk/credential-provider-node -...
@RanVaknin - **fromWebToken** is the one that being triggered. fromToken is throwing an error. Below are the detailed logs **fromTokenFile:**: {"message":"{\"name\":\"CredentialsProviderError\",\"tryNextLink\":true}"}I **fromWebToken:** I have tried using the method **fromWebToken** and...
@RanVaknin - We have performed a detailed analysis at our end today and below are the outcome, We noticed that this issue started popping up from the version v3.587.0 and...
@kuhe - can you please look into this issue once? We are suspecting something broken after [this fix](https://github.com/aws/aws-sdk-js-v3/issues/6132)