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

Single Queue With Multiple Topics Subscribed #130

Closed christopherhein closed 5 years ago

christopherhein commented 5 years ago

Issue #, if available: closes #21 closes #103

Description of changes: Modifies the existing SNS -> SQS Code for the CloudFormation stacks to make it use a single queue with a topic per resource instead of a Queue and Topic per resource. Thus reducing the overall goroutines necessary to run.

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

tantona commented 5 years ago

@christopherhein couple of minor comments then 👍