The yml file in aws sqs has Resources: MyQueue: Type: AWS::SQS::Queue Properties: QueueName:"mytestqueue"
how to handle the MYQueue when creating a stage environment, it is throwing Queue already exists!
how to add MyQueue to stage in template.yml file.