John L.
John L.
Apologies for the long silence here. I'm not sure if you're still working on this but I've attempted to reproduce this using our [test repo](https://github.com/aws-samples/aws-sdk-js-tests) and all the large files...
Hi @fshuman-a - thanks for reaching out. The `InvalidSignatureException` error occurs when the signature used to authenticate the AWS API request has expired. This issue can occur due to a...
Hi @alphadev4 - thanks for reaching out. The changes you're requesting have to be made in service side EC2 and SDK team does not have direct control over the service...
Hi @terozio - thanks for reporting. I'm reaching out to AWS CRT team to address this. Upon checking the current version of axios used in [aws-crt](https://github.com/awslabs/aws-crt-nodejs/blob/571a3c239195e621970e2c9c91adb9e97725f213/package.json#L54), it's specified as `^1.7.2`,...
This has been addressed and fixed in https://github.com/awslabs/aws-crt-nodejs/pull/571. Closing now.
Users can refer to [smithy package](https://github.com/smithy-lang/smithy-typescript/tree/main/packages/signature-v4) or [API reference guide](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html). Closing issue.

Link has been fixed. See [notable changes](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/migrating/notable-changes/#maxretries), and search "RetryInputConfig" which correctly links to https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-middleware-retry/Interface/RetryInputConfig/
Hey all - thanks everyone for reporting. I was able to reproduce the error reported. For further analysis and potential resolution, I've prepared a couple test cases along with the...
@umairm1alik - quick update here. Initially, I was able to reproduce the error when using React Native with Expo. However, after starting a new React Native project without Expo, following...