Commit cfd23c1
authored
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.1 parent 501f39c commit cfd23c1
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | | - | |
11 | | - | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments