make this configurable
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user