-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CloudFormation v2 Engine: Base Support for Global Macros #12761
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 ± 0 2 suites ±0 21m 29s ⏱️ - 1h 22m 2s Results for commit 398bece. ± Comparison against base commit df9ebe9. This pull request removes 3989 and adds 1 tests. Note that renamed tests count towards both.
This pull request removes 211 skipped tests and adds 1 skipped test. Note that renamed tests count towards both.
|
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 34m 28s ⏱️ Results for commit 398bece. |
Test Results - Alternative Providers988 tests 621 ✅ 34m 31s ⏱️ Results for commit 398bece. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing stuff, thanks for adding this!
Motivation
The introduction of the CloudFormation v2 engine laid the foundation for a redesigned engine capable of accurately determining update requirements between CloudFormation deployments, while also enabling parallel execution during updates. However, the current implementation does not support global macros.
Changes
Future work