Amazon SNS introduces First-in-First-out (FIFO) topics with strict ordering and deduplication of messages.
resource "aws_sns_topic" "example" {
fifo_topic = true
}
this extra supported attribute would be a win-win for SQ FIFO queues subscribed to SNS FIFO topics
Please add, FIFO is going to be very useful (SQS FIFO queues subscribed to SNS FIFO topics)!
Please merge the code to terraform version 0.12!!! (we have no time to upgrade the terrafrom, we need SNS FIFO asap)
Any chance to merge it soon?
Most helpful comment
Please add, FIFO is going to be very useful (SQS FIFO queues subscribed to SNS FIFO topics)!
Please merge the code to terraform version 0.12!!! (we have no time to upgrade the terrafrom, we need SNS FIFO asap)