-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CloudFormation V2 Engine: Support for DependsOn Blocks #12644
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 20m 47s ⏱️ - 1h 24m 27s Results for commit 8f14387. ± Comparison against base commit fa0bbcd. This pull request removes 3961 and adds 4 tests. Note that renamed tests count towards both.
This pull request removes 209 skipped tests and adds 4 skipped tests. Note that renamed tests count towards both.
|
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.
LGTM, please be aware that I unfortunately didn't have the capacity to review this particularly thoroughly though!
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 still lacks support for DependsOn blocks
Future efforts should add validation checks and cyclic reference detections.
Changes