Fix invalid AWS policy

main
Elie 2021-02-09 15:49:48 +01:00 committed by GitHub
parent 98ea872be5
commit c1ba1c2496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ As AWS documentation recommends, the below policy is granting only the permissio
"s3:ListBucket",
"sqs:GetQueueAttributes",
"sqs:ListQueueTags",
"sqs:ListQueues"
"sqs:ListQueues",
"sns:ListTopics",
"sns:GetTopicAttributes",
"sns:ListTagsForResource",