AWS SQS
Standard queue - Public (no auth)
GETSend message
Add your queue url?Action=SendMessage&MessageBody={{payload}}
PARAMS
Action
MessageBody
Example Request
Send message
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTSend message (using POST)
Add your queue url
This has the same effect as using GET, but POST is more "correct" way of creating resources.
HEADERS
Content-Type
Bodyurlencoded
Action
MessageBody
Example Request
Send message (using POST)
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETReceive message
Add your queue url?Action=ReceiveMessage
PARAMS
Action
Example Request
Receive message
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
Standard queue - with Auth
AUTHORIZATIONAWS Signature
Access Key
Secret Key