The default queue naming convention (e.g. clustername-sqsqueue-resourcename-namespace-SQSQueue-1018QW2THSWKZ) is rather unpredictable and unreadable. Why not just use resource name for setting queue name like it's done in S3/ECR/etc. resources?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
The default queue naming convention (e.g.
clustername-sqsqueue-resourcename-namespace-SQSQueue-1018QW2THSWKZ
) is rather unpredictable and unreadable. Why not just use resource name for setting queue name like it's done in S3/ECR/etc. resources?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.