Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gargana opened this issue Sep 7, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gargana
Copy link
Contributor

gargana commented Sep 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants