[Ask] "InvalidSignatureException: Signature expired" still exist #4180
Unanswered
knightazura
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@knightazura thanks for opening the discussion. This error occurs when signature generated is no longer valid coz of the timestamp created with signature does not match that on the machine. Can you also share some of the code you are using to reproduce? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
I think this is a quite old issue but I decide to create a discussion thread instead to not populated issues with same problem again and again. I've read about this, especially in this issue report #527.
So basically, I've done applied
AWS.config.correctClockSkew = true;
but this issue still occurs. It happened when I request invocation to SageMaker endpoint. It quite confuses me, as my application deployed on ECS Fargate which is in AWS infrastructure, and why this issue still occurs.Any help or information would be appreciated. Thank you.
Details
Node version 16
AWS SDK version 2.1194.0
Deployed on ECS Fargate (platform version 1.3.0)
Example error
Beta Was this translation helpful? Give feedback.
All reactions