mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
arn not url
This commit is contained in:
parent
7676194cdc
commit
e7d2f83005
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ resources:
|
||||||
- sqs:SendMessage
|
- sqs:SendMessage
|
||||||
Resource:
|
Resource:
|
||||||
- Fn::GetAtt: [ EngineQueue, Arn ]
|
- Fn::GetAtt: [ EngineQueue, Arn ]
|
||||||
- ${env:CATEGORISATION_SQS_URL}
|
- ${env:CATEGORISATION_SQS_ARN}
|
||||||
- Effect: Allow
|
- Effect: Allow
|
||||||
Action:
|
Action:
|
||||||
- s3:GetObject
|
- s3:GetObject
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue