API Gateway (REST API) ↓ Lambda Functions ├── Generate Sitemap (POST /sitemap/generate) └── Get Status (GET /sitemap/status/{jobId}) ↓ AWS Services ├── S3 (stores sitemap.xml files) └── DynamoDB ...
Uploads local files to cloud storage and returns HTTP URLs. When to use: When users mention local file paths or need online access to their files. Ideal for analyzing PDF content, referencing local ...