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

reducing Event Bridge resources name length #508

Merged
merged 3 commits into from
Nov 3, 2023
Merged

Conversation

BastLeblanc
Copy link
Contributor

when using a nested cfn template, names are too long (fixes error expected maxLength: 48, actual: xx)

Issue #, if available:
When using a nested template, resource name in Event Bridge are too long

EventArchive	CREATE_FAILED
Properties validation failed for resource EventArchive with message: #/ArchiveName: expected maxLength: 48, actual: 54

Description of changes:
workaround fix reducing the name length

Description of testing performed to validate your changes (required if pull request includes CloudFormation or source code changes):

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

when using a nested cfn template, names are too long (fixes error expected maxLength: 48, actual: xx)
@BastLeblanc BastLeblanc changed the title reducing name length reducing Event Bridge resources name length Nov 1, 2023
Copy link
Contributor

@gfaires gfaires left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gfaires gfaires merged commit 935a2b4 into master Nov 3, 2023
2 checks passed
@gfaires gfaires deleted the fix-workshop-studio branch November 3, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped
Development

Successfully merging this pull request may close these issues.

2 participants