Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: AWS::Events::Rule EventBusName -> 'name' member must satisfy regular expression pattern [\.\-_A-Za-z0-9]+ #7155

Closed
JandaTheMan opened this issue Jun 10, 2024 · 4 comments
Labels
blocked/more-info-needed More info is needed from the requester. If no response in 14 days, it will become stale.

Comments

@JandaTheMan
Copy link

JandaTheMan commented Jun 10, 2024

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]+

@JandaTheMan JandaTheMan added the stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. label Jun 10, 2024
@hnnasit
Copy link
Contributor

hnnasit commented Jun 10, 2024

Hi @JandaTheMan, thanks for reporting the issue. Could you provide a reproducible CFN template that we can use to investigate further? Which SAM CLI version was this working before on?

@hnnasit hnnasit added blocked/more-info-needed More info is needed from the requester. If no response in 14 days, it will become stale. and removed stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Jun 10, 2024
@JandaTheMan
Copy link
Author

It seems like the issue was fixed by cloudformation team automatically since the issue disappeared by its own again.

@hnnasit
Copy link
Contributor

hnnasit commented Jun 11, 2024

Thanks for confirming that. I'm closing this issue in that case. Feel free to open a new issue if you have questions or concerns.

@hnnasit hnnasit closed this as completed Jun 11, 2024
Copy link
Contributor

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked/more-info-needed More info is needed from the requester. If no response in 14 days, it will become stale.
Projects
None yet
Development

No branches or pull requests

2 participants