-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CloudFormation V2 Engine: Support for Fn::Sub #12650
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: master
Are you sure you want to change the base?
Conversation
LocalStack Community integration with Pro 2 files 2 suites 20m 42s ⏱️ Results for commit 648fcf1. ♻️ This comment has been updated with latest results. |
Test Results - Alternative Providers606 tests 428 ✅ 15m 17s ⏱️ Results for commit 648fcf1. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 20m 36s ⏱️ Results for commit 648fcf1. ♻️ This comment has been updated with latest results. |
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 Fn::Sub intrinsic function.
Future efforts should add validation checks and cyclic reference detections.
Changes
Fn::Sub
(modeling, describing, and executing)