Commit 8bb6272
authored
fix: use name instead of name prefix to avoid too long names (#4079)
## Problme
In #4063 PR the EventBridge Schedule is introduces. For schedule groups
a name prefix is used. But since the name for the name prefix is already
unieque the name can be used instead of prefix to avoid too long prefix
names (30 chars plus).1 parent a2fe8af commit 8bb6272
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments