amazon-archives / aws-service-operator

AWS Service Operator allows you to create AWS resources using kubectl.
Apache License 2.0
733 stars 103 forks source link

Add QueueName #175

Open ernetas opened 5 years ago

ernetas commented 5 years ago

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.