serverless-sns-sqs-lambda
serverless-sns-sqs-lambda copied to clipboard
Make queue name unique
Hi, I missed this. Would you be able to provide some more context around this PR?
It seems related to https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/444 ?
Happy to help get this merged in. Out of curiosity, could you get the same outcome by just omitting the queue name and getting CloudFormation to generate a unique one for you based on the logical name of the queue by setting omitPhysicalId to true? I guess that might not be an option if you need to reference the queue by name for some reason elsewhere in your CloudFormation template.