feat(gen2-migration): handling cdk custom resource dependencies#14408
Merged
sanjanaravikumar-az merged 10 commits intogen2-migrationfrom Feb 16, 2026
Merged
feat(gen2-migration): handling cdk custom resource dependencies#14408sanjanaravikumar-az merged 10 commits intogen2-migrationfrom
sanjanaravikumar-az merged 10 commits intogen2-migrationfrom
Conversation
added 7 commits
December 10, 2025 10:22
dgandhi62
reviewed
Dec 23, 2025
dgandhi62
requested changes
Dec 23, 2025
Contributor
dgandhi62
left a comment
There was a problem hiding this comment.
Left some comments. Mainly clarifying questions
Contributor
|
How were these changes tested? If manually tested, can you include the steps to reproduce manual verification? |
Contributor
Author
Yes, I manually tested it:
All transformations produced the correct Gen2 paths. |
Contributor
|
There are merge conflicts. There is also one pending change I have about unsupported categories map. Could you ping me once those are solved, I'll approve it |
dgandhi62
approved these changes
Feb 16, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR implements comprehensive support for migrating Amplify Gen1 custom resource dependencies to Gen2 during the migration process. Previously, custom resources with AmplifyHelpers.addResourceDependency calls would fail migration with an error message directing users to manual migration documentation.
Why Resource Dependencies Need Special Handling in Gen1 vs Gen2:
Gen1 Dependency Model:
Gen2 Dependency Model:
Key Changes
Gen1:
Gen2:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.