forked from aws/serverless-application-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: apply resource conditions to DeploymentPreference resources (aws…
…#1578) * fix code deploy conditions bug * Cover all condition cases, update tests * black reformat * Update tests to use .get_codedeploy_iam_role() instead of .codedeploy_iam_role * Fixing unit tests after merging Condition fix commit * Use feature toggle to gate deployment preference condition fix * Add tests * Revert using feature toggle * Add property to opt-in deployment preference condition passthrough * Add tests for PassthroughCondition * Fix passthrough condition logic and add tests * Update PassthroughCondition to support intrinsic * intrinscs support + tests * update invalid intrinsics end-to-end test * uncomment and update invalid value unit test * black Co-authored-by: Wing Fung Lau <[email protected]> Co-authored-by: Ruperto Torres <[email protected]>
- Loading branch information
1 parent
bdbe412
commit 8d0e058
Showing
40 changed files
with
8,694 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.