Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Automatically append .fifo to fifo topic names (#55)
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.
- Loading branch information