Commit e96f2e6
committed
docs: add deterministic-synthesis row to the CDK best-practices table
The foundational AWS CDK best-practices guidance emphasizes deterministic
synthesis (no environment lookups, all decisions at synth time, committable
cdk.context.json). The template already follows this — verified no
*.from_lookup and no CfnParameter/CfnCondition in the codebase, and
.gitignore intentionally keeps cdk.context.json committable — but the
practice wasn't named in the best-practices table. Add the row.1 parent 57de71b commit e96f2e6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
0 commit comments