-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CFn: implement language extensions transform #12813
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
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 22m 46s ⏱️ For more details on these failures, see this check. Results for commit 5991ea7. ♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files ±0 2 suites ±0 1h 44m 56s ⏱️ + 2m 10s For more details on these failures, see this check. Results for commit 5991ea7. ± Comparison against base commit e558996. ♻️ This comment has been updated with latest results. |
So we can have well scoped templates going forward
cfbf6cf
to
69e9fb6
Compare
69e9fb6
to
5991ea7
Compare
Motivation
We have had many requests for the Language Extensions Transform. These provide additional useful functionality to CloudFormation.
In particular, the
Fn::ForEach
function is useful for generating many templated resources.Changes