mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
The /v1/bulk-uploads/trigger-landlord-overrides endpoint reads settings.LANDLORD_OVERRIDES_SQS_URL, but the fast-api Lambda's terraform never set it, so it fell back to the config default "changeme" and SendMessage failed with AWS.SimpleQueueService.NonExistentQueue. The landlord-overrides queue (and its finaliser sibling) were added to the router/config but only the finaliser was wired here. This adds the missing: - terraform_remote_state data source for the queue's state - LANDLORD_OVERRIDES_SQS_URL env var on the FastAPI Lambda - queue ARN in the fastapi-sqs-send IAM policy (else AccessDenied) Mirrors the existing postcode-splitter / combiner / finaliser wiring. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| terraform | ||