mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
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:
commit
09e7a782d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue