You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments