Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
7eaf3d8
docs: Add Gen 1 to Gen 2 migration guide
iliapolo Apr 14, 2026
77fe7d8
docs: Improve migrate-existing-app page content
iliapolo Apr 14, 2026
6623d32
docs: Polish migrate-existing-app page
iliapolo Apr 15, 2026
bec37c8
docs: Add CLI and workflow migration guide
iliapolo Apr 21, 2026
a4f8128
chore: lock file
iliapolo Apr 21, 2026
621b2e5
fix: Align assess report table after userPoolGroups rename
iliapolo Apr 21, 2026
ceb8f36
docs: Restructure migration pages
iliapolo Apr 22, 2026
a92b2bd
docs: Consolidate feature tables into Feature Parity page
iliapolo Apr 22, 2026
f5cd486
docs: Add Custom CDK/CFN rows and fix feature parity details
iliapolo Apr 22, 2026
cbafee0
docs: Major restructure of migration pages
iliapolo Apr 23, 2026
a19a9d2
docs: Polish migration and feature parity pages
iliapolo Apr 23, 2026
eee7c96
docs: Content and structure refinements
iliapolo Apr 24, 2026
9b6e74d
docs: Add conventions, prerequisites ordering, and setup steps
iliapolo Apr 24, 2026
d566f18
docs: Polish landing page, callout, and feature parity
iliapolo Apr 24, 2026
97773eb
Merge branch 'main' into gen2-migration
iliapolo Apr 24, 2026
472f52d
docs: Feature parity table fixes
iliapolo Apr 24, 2026
6d9a95d
docs: Restructure post-refactor into Step 6 and Step 7
iliapolo Apr 24, 2026
13cf7b8
docs: Add rollback instructions and move holding stacks
iliapolo Apr 24, 2026
8307cff
docs: Various content fixes
iliapolo Apr 27, 2026
16a0d6c
docs: Reorganize Step 4 post-generate edits
iliapolo Apr 27, 2026
7142075
docs: Minor fixes and cleanup
iliapolo Apr 27, 2026
f08fb12
chore: Remove unused migration guide images
iliapolo Apr 27, 2026
a3484bd
docs: Improve deploy step and add decommission section
iliapolo Apr 27, 2026
c8cf2af
fix: Remove dynamodb:UpdateTable from required permissions
iliapolo Apr 27, 2026
a7d96ed
docs: Expand developer preview banner and post-refactor notes
iliapolo Apr 28, 2026
6126bc4
docs: Move clone guidance to Step 0 and trim banner
iliapolo Apr 28, 2026
04bd401
docs: Add Step 6 Functional Tests and DynamoDB warning
iliapolo Apr 28, 2026
141f093
docs: revise decommission section to remove unreleased retain command
iliapolo Apr 28, 2026
9e623fc
docs: add REST API name revert instruction to post-refactor step
iliapolo Apr 28, 2026
3686dcb
chore: revert next-env
iliapolo Apr 28, 2026
ea4ac2c
docs: add DataStore to Apollo Client migration guide with backend con…
soberm Apr 28, 2026
b3c69f5
docs: datastore migration guide for mobile (#8580)
cadivus Apr 29, 2026
26b36de
chore: update hosting docs (#8582)
dgandhi62 Apr 29, 2026
ed17f75
docs: remove REST API name revert from post-refactor step
iliapolo Apr 28, 2026
c084189
docs: update storage import entries in feature matrix
iliapolo Apr 28, 2026
e596d91
docs: reorganize prerequisites section in migration guide
iliapolo Apr 28, 2026
88c44f9
docs: restructure migration guide and feature matrix
iliapolo Apr 29, 2026
634cd32
docs: restructure migration guide with overview, blue/green approach,…
iliapolo Apr 29, 2026
ce23fce
docs: various copy improvements to migration guide and feature matrix
iliapolo Apr 29, 2026
cbc5903
docs: scope IAM policy with separate CFN and S3 statements
iliapolo Apr 29, 2026
846eea4
chore: remove comments file
iliapolo Apr 29, 2026
74edd9f
Merge branch 'docs/datastore-migration' into gen2-migration
iliapolo Apr 29, 2026
1212c66
chore: add guidance links to feature parity page for unsupported feat…
dgandhi62 Apr 30, 2026
f07f7ef
docs: emphasize functional testing step and pipeline lockdown
iliapolo Apr 30, 2026
2ccc3a7
docs: add missing link to Apollo docs
soberm Apr 30, 2026
9fd18b2
docs: add missing Swift sections
cadivus Apr 30, 2026
4c78b9a
docs: Fix hosting link and wording in migration guide
iliapolo Apr 30, 2026
8084526
docs: Add note about refactor.operations directory
iliapolo May 1, 2026
f8e605a
docs: Add amplify pull to refactor step instructions
iliapolo May 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,22 @@
"uppercased",
"autoclosure",
"Kiro",
"kiro"
"kiro",
"Persistor",
"persistor",
"Dexie",
"dexie",
"dedup",
"Dedup",
"posttags",
"callouts",
"immer",
"ERESOLVE",
"graphqls",
"swiftpm",
"xcshareddata",
"unsynced",
"vararg"
],
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
"patterns": [
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./client/www/next-build/dev/types/routes.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Binary file added public/images/gen2-migration/add-branch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gen2-migration/add-secret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gen2-migration/deploying-branch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gen2-migration/find-stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gen2-migration/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 62 additions & 1 deletion src/directory/directory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ export const directory = {
path: 'src/pages/[platform]/start/kotlin-coroutines/index.mdx'
},
{
path: 'src/pages/[platform]/start/migrate-to-gen2/index.mdx'
path: 'src/pages/[platform]/start/migrate-to-gen2/index.mdx',
children: [
{
path: 'src/pages/[platform]/start/migrate-to-gen2/migrate-existing-app/index.mdx'
},
{
path: 'src/pages/[platform]/start/migrate-to-gen2/feature-matrix/index.mdx'
}
]
},
{
path: 'src/pages/[platform]/start/platform-setup/index.mdx'
Expand Down Expand Up @@ -1892,6 +1900,59 @@ export const directory = {
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/app-uninstall/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/index.mdx',
children: [
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/set-up-apollo/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/migrate-crud-operations/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/migrate-relationships/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/add-local-caching/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/advanced-patterns/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/remove-datastore/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/schema-and-operations/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/set-up-apollo-kotlin/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/set-up-apollo-ios/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/migrate-datastore-to-apollo/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/migrate-to-api/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/local-caching/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/offline-first/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/authorization-and-data/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/disable-conflict-resolution/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/helpful-resources/index.mdx'
}
]
}
]
},
Expand Down
Loading
Loading