I have already setup Site-to-site vpn to connect on-premises server and aws vpc. It has connection between vpc app successfully. However, the on-premise server
I want to listen to an existing SQS queue through Celery. I have already done publishing to Queue via celery and then consuming from that queue through workers
I am consuming messages from SQS to trigger queries. When I normally consume a message from SQS in Python, I need to delete the message from SQS. Do I have to m