aws-samples / aws-marketplace-serverless-saas-integration

Example of serverless integration for SaaS products listed on the AWS Marketplace.
MIT No Attribution
130 stars 76 forks source link

Specifying a long stack name causes and error while creating the SQSMetering Queue #29

Closed gargana closed 2 months ago

gargana commented 3 years ago

Describe the bug Specifying a long stack name causes and error while creating the SQSMetering Queue

To Reproduce Steps to reproduce the behavior:

  1. Launch the solution with a long stack name. (80 Chars)

Expected behavior SQSMetering Queue resource fails to create.

The name of a FIFO queue can only include alphanumeric characters, hyphens, or underscores, must end with .fifo suffix and be 1 to 80 in length.

Additional context We are consuming the project as part of an automation: https://github.com/aws-ia/cloudformation-aws-marketplace-saas/issues/6