Bug: AWS::Events::Rule EventBusName -> 'name' member must satisfy regular expression pattern [\.\-_A-Za-z0-9]+ #7155
Labels
blocked/more-info-needed
More info is needed from the requester. If no response in 14 days, it will become stale.
Description:
When deploying a stack with sam deploy command, all of a sudden a error appears with the following message:
'name' member must satisfy regular expression pattern [.-_A-Za-z0-9]+
The EventBusName specified is the default event bus name that was created with Partner event sources for a EventBridge with salesforce partner.
The deploy was working, this behaviour was noticed today.
Additional info:
The allowed EventBusName pattern from the docs:
[/\.\-_A-Za-z0-9]+
Differs from the one output in the error:
[\.\-_A-Za-z0-9]+
The text was updated successfully, but these errors were encountered: