InvalidSignatureException: Unknown error: The request signature we calculated does not match the signature you provided
I had build an App using React Native and Amplify. First time using AWS it was a bit hard to leanr the complexity of AWS, but i feel like it would be better to remove AWS from the project and add custom server or Firebase.
The current problem is that i made a Lambda function to and after that an API. When testing the API from the AWS Console i get the response i want, but when trying to test it iside my App, i keep getting this error: [InvalidSignatureException: Unknown error] nad oppening the debigger i get a more detailed error with the message: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method.