Commit 8606865
committed
docs: fix struct names and add deploy module architecture
- Fix incorrect struct names in architecture docs:
- diff.md: DefaultDiffer → StackDiffer
- delete.md: AWSDeleter → StackDeleter
- Update diff.md to match actual implementation:
- Remove references to non-existent changeset.go
- Fix CloudFormation client field names
- Update architecture diagrams
- Add comprehensive deploy.md architecture documentation:
- Complete StackDeployer documentation
- Two deployment strategies (new vs existing stacks)
- Integration with diff engine for change preview
- User confirmation workflows and safety mechanisms
- Progress monitoring and error handling strategies
- Testing architecture and performance considerations
All documentation now accurately reflects current implementation
and follows consistent naming patterns across modules.1 parent b18bc3a commit 8606865
3 files changed
+725
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments