Category "amazon-sqs"

Connect AWS Service from on-premise server by Site-to-site VPN instead of Internet

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

How to listen to already existing SQS queue with Celery and Django?

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

AWS Step Functions Consuming messages from SQS

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