function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sumeet_ForceSumeet_Force 

Using Amazon SQS within Salesforce for sending messages.

I am trying to run amazon SQS service via apex. However the signature validation at aws doesn't work and results in following error.
===========
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.
===========
I have verified the credentials and they are good. Not sure whats causing the issue. I have reference the code from this post.
http://webmonkeyswithlaserbeams.wordpress.com/2011/03/08/salesforce-and-amazon-sqs/

Please assist.