-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
CFN: add validation to FnSplit #13244
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
Conversation
LocalStack Community integration with Pro 2 files 2 suites 36m 3s ⏱️ Results for commit fecdf0f. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 48m 33s ⏱️ Results for commit fecdf0f. ♻️ This comment has been updated with latest results. |
Test Results - Alternative Providers584 tests 330 ✅ 25m 48s ⏱️ Results for commit fecdf0f. ♻️ This comment has been updated with latest results. |
46fc152 to
fecdf0f
Compare
Motivation
This PR adds a validation to the arguments passed to
Fn::Split. Some customers are finding the new CFn engine hard to use due to the lack of proper validation error messages.Example:
Should be used like:
Changes
Testing
Notes
related to #13217
Part of UNC-31