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

fix the error when deploy SQS with UsedeadletterQueue to a region doesn't support FifoQueue #166

Closed binux closed 5 years ago

binux commented 5 years ago

Issue #, if available:

Description of changes: Set FifoQueue as AWS::NoValue if FifoQueue not enabled. The check exists for the SQSQueue, not for MyDeadLetterQueue, that when deployed to a region without FifoQueue feature, it will fail.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.