EVENT_STREAM_NAME_PATTERN
constEVENT_STREAM_NAME_PATTERN:RegExp
Defined in: packages/contracts/src/event-stream.ts:113
Event-stream names are lowercase [a-z][a-z0-9_]* — the intersection of what pgmq accepts unquoted and
what stays legible as a queue/table suffix.