aws-ia / cloudformation-aws-marketplace-saas

AWS Marketplace Build Tools
Apache License 2.0
25 stars 21 forks source link

Bug: Specifying a long stack name results in a failure of the underlying SAM application #6

Open gargana opened 3 years ago

gargana commented 3 years ago

This line causes the name to go over 80 characters which is invalid.

https://github.com/aws-samples/aws-marketplace-serverless-saas-integration/blob/master/template.yaml#L384

As per: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name we should allow CloudFormation to generate the name for us.