Planning wants OCR on uploaded permit plans and image moderation on public 311 photos, but these are adjacent enhancements to existing S3-based intake—not a new AI product line. Which approach should architects take so the core architecture stays on integration?
Select an answer to reveal the explanation.
Short Explanation
OCR is a side window, not a new city hall. Keep the S3 intake, fire EventBridge, and call the managed OCR or moderation API when a file lands. Don't turn a permit upload into an AI research program.
Full Explanation
When adding managed enhancements such as OCR or image moderation, SAP-C02 emphasis is the integration pattern. S3 events, EventBridge, and Lambda or Step Functions invoke the managed API asynchronously so the existing intake architecture remains. Treating foundation-model application design as the core, standing up training clusters, or blocking uploads until a vision program completes mis-scopes the enhancement.