-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
implement string replacement feature in CFn v2 #12911
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
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 21m 1s ⏱️ Results for commit 86bae28. ♻️ This comment has been updated with latest results. |
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.
Thanks for adding this, I think your assessment is correct we need to update visit_terminal_value_modified
but I think we only need to transform the after
value.
Can you try to create a test that exercises this so we can find out for sure? I think it will require modifying the URLs in the lambda test, which should not be too difficult
tests/aws/services/cloudformation/v2/ported_from_v1/resources/test_lambda.py
Outdated
Show resolved
Hide resolved
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. |
4587fcf
to
bc62600
Compare
a196917
to
9c2d468
Compare
@pinzon I added some updates namely expanding on the lambda test to cover the update phase, and then needed to update the code in |
Motivation
This PR implements the capability to replace AWS URLs in CFn templates for CFn v2.
Changes
visit_terminal_value_created
to replace strings if necessaryTesting
Notes
visit_terminal_value_updated
too.