Skip to content

Commit 8084526

Browse files
committed
docs: Add note about refactor.operations directory
Document that the refactor step creates a .amplify/gen2-migration/ refactor.operations/ directory with CloudFormation operation snapshots for auditing and troubleshooting purposes.
1 parent 4c78b9a commit 8084526

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • src/pages/[platform]/start/migrate-to-gen2/migrate-existing-app

src/pages/[platform]/start/migrate-to-gen2/migrate-existing-app/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,12 @@ Since `generate` replaces the Gen 1 `amplify/` directory, the Amplify configurat
614614

615615
</Callout>
616616

617+
<Callout info>
618+
619+
After the refactor step, a `.amplify/gen2-migration/refactor.operations/` directory is created containing snapshots of every CloudFormation operation performedtemplates, parameters, and resource mappings. These files can help with auditing or troubleshooting and are safe to delete once migration is confirmed successful.
620+
621+
</Callout>
622+
617623
If the refactor fails or produces undesired results, roll it back:
618624

619625
```bash

0 commit comments

Comments
 (0)