Relative Content

Tag Archive for reactjsamazon-web-servicesamazon-sqs

General architecture for React calling AWS and SQS

Kinda new to AWS. I have this high level question. I’m looking for some insights about the general architecture and workflow, without the need to get into details.
So: I need a React app on the client, which calls AWS. In turn, on the server some code will send a queue message to some third party to perform some action. While waiting on a response, the react app will show status updates , meaning the different stages of the operation taking place on the server. When all is done, it’ll show a response.