Amazon web services – Replace client polling with AWS SNS/SQS/MQ
Problem Statement I have an application in which the data on the client side (frontend) needs to be updated in near-realtime. The backend updates a field in the database. There is a GET endpoint which queries the db and sends…