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

Commits on Jul 5, 2024

  1. feat: Automatically append .fifo to fifo topic names

    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.
    sfenman committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d753618 View commit details
    Browse the repository at this point in the history