Forum Discussion

digifredje's avatar
digifredje
Occasional Contributor
5 years ago
Solved

Using Ready API for sending messages to Amazon SQS Queue (AWS)

Hi,   We are moving our application to an AWS cloud and meanwhile implementing eventing. For that we should be able to POST (and GET) messages to an SQS queue and later also SNS.   Making a conn...
  • digifredje's avatar
    digifredje
    5 years ago

    If I overwrite de headers manually in ReadyAPI with the ones from Postman (and take the same time and signature) then I can also do the call with ReadyAPI.

    But for automated tests this is not really a solution. The signature is not calculated correctly so we need a solution for that problem.

    Ou develop team is now looking to work around it with API Gateway, but it would be nice if it worked "right-out-the-box".