Link to home
Start Free TrialLog in
Avatar of Greg Jones
Greg Jones

asked on

Get AUTHPARAMS for HTTP GET call

Hello,

How do i generate authentication parameters to be used by an API call to amazon SQS?  The requirement is to accomplish this without using aws SDKs but instead use a message broker's (IIB) builtin functionalities.

I am the aws account admin - How do i generate all the parameters required for the API call? for example in the sample below

GET https://iam.amazonaws.com/?Action=ListUsers&Version=2010-05-08 HTTP/1.1
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Host: iam.amazonaws.com
X-Amz-Date: 20150830T123600Z
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial