-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
CFn: raise validation error if the template is not valid #13377
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
base: main
Are you sure you want to change the base?
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 35m 8s ⏱️ - 1h 26m 44s For more details on these failures, see this check. Results for commit 85010a1. ± Comparison against base commit c1abe8d. This pull request removes 4353 and adds 1 tests. Note that renamed tests count towards both. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 49m 7s ⏱️ - 1h 51m 53s For more details on these failures, see this check. Results for commit 85010a1. ± Comparison against base commit c1abe8d. This pull request removes 4703 and adds 1 tests. Note that renamed tests count towards both. |
Test Results - Alternative Providers585 tests - 875 330 ✅ - 477 23m 36s ⏱️ - 12m 44s For more details on these failures, see this check. Results for commit 85010a1. ± Comparison against base commit c1abe8d. This pull request removes 876 and adds 1 tests. Note that renamed tests count towards both. |
Motivation
When submitting invalid templates, the CloudFormation template parser raises a 500 internal server error rather than a 400 validation error.
Changes
Raise validation error instead
Tests
Related