This repository was archived by the owner on May 5, 2025. It is now read-only.

Description
Hello,
It looks like you allow Celery to create SQS queue outside of CloudFormation stack. As for me it doesn't look good since you lose control towards the resource. Why don't you create the queue with CloudFormation and pass the url of the queue to Celery? I didn't find the information how to do that (like which parameters to use). Maybe you could show an example how to do that?
Thanks.