Terraform-provider-aws: Amazon SNS FIFO topics

Created on 23 Oct 2020  路  3Comments  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Amazon SNS introduces First-in-First-out (FIFO) topics with strict ordering and deduplication of messages.

New or Affected Resource(s)

Potential Terraform Configuration

resource "aws_sns_topic" "example" {
  fifo_topic = true
}

References

Announcement.
Blog post 1.
Blog post 2.
Developer Guide.

enhancement servicsns

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)

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings