Commit 50e5eb9
committed
fix: apply feedback from v3 migration field testing
Three derivative projects migrated from v2 to v3, revealing gaps in
documentation, tooling, and package configuration.
Documentation (migration-prompt.ja.md):
- Add DSQL uuid vs text implicit cast warning to incompatibility table
- Warn that Vpc.applyRemovalPolicy(RETAIN) does not propagate to child
resources (subnets, route tables, IGWs); recommend two-phase deploy
- Document DSQL COPY FROM STDIN support with 3,000-row tx limit
Documentation (design.ja.md):
- Explain why lint-staged omits typeCheck (staged-file-only args are
incompatible with project-wide tsconfig resolution; CI covers it)
Tooling (dsql-compat.ts):
- Strip USING btree from drizzle-kit output; DSQL indexes default to
B-tree and reject the USING clause
Package fix (apps/cdk/package.json):
- Move @types/aws-lambda from dependencies to devDependencies per
AGENTS.md convention (only native binaries belong in dependencies)1 parent b2734cc commit 50e5eb9
6 files changed
Lines changed: 17 additions & 6 deletions
File tree
- .serverless-full-stack-webapp-starter-kit/docs/v3.0.0
- apps/cdk
- packages/db/src
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
368 | 369 | | |
369 | 370 | | |
370 | 371 | | |
371 | | - | |
| 372 | + | |
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
| |||
404 | 405 | | |
405 | 406 | | |
406 | 407 | | |
| 408 | + | |
| 409 | + | |
407 | 410 | | |
408 | 411 | | |
409 | 412 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments