Merge pull request #761 from Hestia-Homes/bug/add-missing-queue-name-to-engine

Give Fast API service permission to write to categorisation sqs queue
This commit is contained in:
Daniel Roth 2026-03-03 09:05:31 +00:00 committed by GitHub
commit 09e7a782d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,6 +108,7 @@ resources:
- sqs:SendMessage
Resource:
- Fn::GetAtt: [ EngineQueue, Arn ]
- "arn:aws:sqs:eu-west-2:337213553626:categorisation-queue-dev"
- Effect: Allow
Action:
- s3:GetObject