Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automatically append .fifo to fifo topic names #55

Conversation

sfenman
Copy link
Contributor

@sfenman sfenman commented Jul 5, 2024

Description

With this change, we automatically append the .fifo suffix to fifo topic names since it is required by AWS SNS. We also sanitise the name input to ensure that if users have already included the .fifo suffix in their topic names it will not be appended again.

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

With this change, we automatically append the .fifo suffix to fifo topic names since it is required by AWS SNS.
We also sanitize the name input to ensure that if users have already included the .fifo suffix
in their topic names it will not be appended again.
Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

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

thank you

@bryantbiggs bryantbiggs merged commit cfd23c1 into terraform-aws-modules:master Jul 5, 2024
7 checks passed
antonbabenko pushed a commit that referenced this pull request Jul 5, 2024
## [6.1.0](v6.0.1...v6.1.0) (2024-07-05)

### Features

* Automatically append .fifo to fifo topic names ([#55](#55)) ([cfd23c1](cfd23c1))
@antonbabenko
Copy link
Member

This PR is included in version 6.1.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: invalid topic name when creating a FIFO Topic
3 participants