-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lexv2 client RecognizeUtterance signature problem #1029
Comments
Thanks for the report, I've been able to reproduce this and am looking into it further. |
The request is missing the |
|
@aajtodd Thanks very much |
Hopefully today |
Describe the bug
Dear team
I use lexv2runtime.RecognizeUtterance funtion to call recognizeUtterance but I meet a error;
the error:
This is my code:
And I can run python code by the same paramaters, access key and security key are the same of kotlin, too
python code:
Expected behavior
I can print lexv2runtime.RecognizeUtterance response;
And the python response is like below of:
Current behavior
The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Steps to Reproduce
every time
Possible Solution
No response
Context
No response
AWS Kotlin SDK version used
0.30.1-beta
Platform (JVM/JS/Native)
JVM
Operating System and version
Android 13, MIUI14
The text was updated successfully, but these errors were encountered: