make this configurable

This commit is contained in:
2026-02-17 15:02:57 -05:00
parent a7f2a5ab59
commit 9cf54e1b9f
2 changed files with 125 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ Goal: "aws cli works reliably for CreateTable/ListTables/PutItem/GetItem/DeleteI
### 1) HTTP + routing hardening
- [ ] Audit request parsing boundaries:
- Max body size enforcement (config exists, need to verify enforcement path)
- Max body size enforcement **DONE**
- Missing/invalid headers → correct DynamoDB error types
- Content-Type handling (be permissive but consistent)
- [x] Ensure **all request-scoped allocations** come from the request arena (no accidental long-lived allocs)