John L.
John L.
To better understand and address the issue, we would need to examine your specific configuration and setup, particularly the regions you have configured. I tried to reproduce the problem in...
Hi @xinzhiheng123 - thanks for reaching out. Can you elaborate more on what the issue is? Is it related to AWS SDK? Please share your SDK code or documentation link...
Hi @smichel-amiltone - thanks for reaching out. This error is thrown when a user isn't authorized according to service API [docs](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html#API_InitiateAuth_Errors). Can you verify that your user is authorized and...
Thanks for the response, I'm going to reach out to service team to get their insight as this's related to service API rather than SDK. Will update once I hear...
Service team mentioned that >In terminal, alphanumeric characters following a dollar sign (e.g. `$abc123`) are treated as a variable name in the terminal session. Terminal will try to resolve this...
Since we've shared the response from service team and there are no other questions, I'm going to close this issue. Feel free to reach out again.
As mentioned above, it appears Redis have added support of credential provider. We currently don't have plans for this at the moment and might revisit in the future. Closing as...
Hi @svbfromnl - thanks for reaching out. I think this is what you're looking for `ExtraArgs={"ChecksumAlgorithm": "SHA256"}` All of the allowed `ExtraArgs` are listed [here](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/s3.html#boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS) for future reference. Hope that...
Hi @eyal-solomon1 - apologies for the delay response. The error suggests that the EC2Client instance is missing the necessary configuration for determining the endpoint to connect to the AWS EC2...
Hi @nkomonen-amazon - thanks for reaching out. I'm not seeing any recent change to [@smithy/node-http-handler](https://github.com/smithy-lang/smithy-typescript/tree/main/packages/node-http-handler/src) that's relevant to what you're reporting, however you're on older version. See version history [here](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md)....