Skip to content

Conversation

@bryantbiggs
Copy link
Member

@bryantbiggs bryantbiggs commented Dec 4, 2022

Description

  • create_sns_topic has been renamed to create
  • policy has been renamed to topic_policy
  • name_prefix has been replaced with the combination of name and use_name_prefix = true to ensure only one value is provided
  • *_failure_feedback_role_arn, *_success_feedback_role_arn, *_success_feedback_sample_rate variables have been replaced with a respective top level variable that contains a map to the three attributes. See before and after below for further clarification.
  • Outputs have had the sns_ prefix stripped from their names
  • Add support for topic filtering, subscriptions, and topic policy creation; min version of AWS provider has been increased to support

Motivation and Context

Breaking Changes

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs
Copy link
Member Author

opening as draft because I want to update SQS as well and make sure the two work well together for pub/sub architectures (avoid chicken vs egg or scenario when passing attributes from one to the other, etc.)

@bryantbiggs bryantbiggs marked this pull request as ready for review January 3, 2023 14:56
Copy link
Member

@antonbabenko antonbabenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Minor comment.

Co-authored-by: Anton Babenko <anton@antonbabenko.com>
@bryantbiggs bryantbiggs merged commit 707b407 into terraform-aws-modules:master Jan 3, 2023
@bryantbiggs bryantbiggs deleted the feat/filtering branch January 3, 2023 15:09
antonbabenko pushed a commit that referenced this pull request Jan 3, 2023
## [5.0.0](v4.1.0...v5.0.0) (2023-01-03)

### ⚠ BREAKING CHANGES

* Add support for SNS topic filtering, subscriptions, and topic policy creation (#36)

### Features

* Add support for SNS topic filtering, subscriptions, and topic policy creation ([#36](#36)) ([707b407](707b407))

### Bug Fixes

* Use a version for  to avoid GitHub API rate limiting on CI workflows ([#39](#39)) ([117400e](117400e))
@antonbabenko
Copy link
Member

This PR is included in version 5.0.0 🎉

@github-actions
Copy link

github-actions bot commented Feb 3, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No subscription option Add wrapper module generated with pre-commit

2 participants