-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
add support for Fn::Transform in CFn v2 #12689
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
Test Results - Alternative Providers1 000 tests +12 625 ✅ +4 36m 51s ⏱️ + 3m 4s For more details on these failures, see this check. Results for commit e3384dd. ± Comparison against base commit 6348947. This pull request skips 4 and un-skips 5 tests.
♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 23m 1s ⏱️ For more details on these failures, see this check. Results for commit 4b41da3. ♻️ This comment has been updated with latest results. |
c450be1
to
7bd5f66
Compare
4aa21fe
to
8b24925
Compare
57aef60
to
6d9299d
Compare
eee09b0
to
a61e2bb
Compare
9b55a00
to
4b41da3
Compare
Currently, only patch changes are allowed on main. Your PR labels (semver: minor) indicate that it cannot be merged into the main at this time. |
Motivation
This PR adds support of resolving and executing Fn::Transform intrinsic functions in the new CloudFormation engine v2. For both: AWS::Include and user defined Macros.
Changes
Testing