aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 56 forks source link

AWS::SQS::Queue - [Bug] Cloudformation generates SQS queue name more than 80 characters for fifo queues #280

Open vicky-blr opened 4 years ago

vicky-blr commented 4 years ago

SQS fifo queues have restriction on length of the names. Length of name shouldn't exceed 80 chars but Cloudformation doesn't restrict it if you don't provide QueueName.

Reference - https://forums.aws.amazon.com/thread.jspa?messageID=863882&tstart=0

SQS limits

vehvis commented 2 years ago

+1

Hey AWS, what about fulfilling your promise of reviewing and forwarding all issues? This is clearly a bug.